21 @Override
public void onReceive(Context context, Intent intent)
24 Log.v(
"ScreenReceiver",
"Received action: " + intent.getAction());
25 if (intent.getAction().equals(Intent.ACTION_SCREEN_OFF))
26 app.startDisconnectTimer();
27 else if (intent.getAction().equals(Intent.ACTION_SCREEN_ON))