-1

Does Anyone know how to start in Android specific app after idle timeout(inactive mode). I would like to always launch my app when android device switches from inactive to active mode. Thanks for any suggestions

Terry Jan Reedy
  • 18,414
  • 3
  • 40
  • 52
user2692429
  • 115
  • 1
  • 6

1 Answers1

0

Android does not have an "idle timeout" concept, other than the screen turning off or the device switching to show a daydream.

CommonsWare
  • 986,068
  • 189
  • 2,389
  • 2,491
  • What I have meant by my question is to detect in some way "active mode of the screen"- it is not frozen and black and then automatically launch "my app". So, whenever screen switch from inactive to active my app is launched. I have already seen that feature in one app – user2692429 Aug 04 '14 at 11:42
  • @user2692429: "whenever screen switch from inactive to active my app is launched" -- sorry, but I have no idea what you mean by "inactive" and "active" in this context. – CommonsWare Aug 04 '14 at 15:22