I\'m using handler to repeatedly prompt user for an input every e.g. 5 minutes. When the device goes into sleeping mode and screen is locked, how can I wake the device up wh
Normally wakelock doesnt actual turn on the screen. So you should get the wake lock with
wakelock
ACQUIRE_CAUSES_WAKEUP
as an additional flag.