Top "Android-wake-lock" questions

Refers to PowerManager.

Activate Android with touch instead of power button

We've got a tablet application for which we want to screen to timeout after a certain period, but would like …

android screen wakelock android-wake-lock
Start an Activity even when Android phone is in locked mode / on lock screen

How I can start my activity even when phone is in locked mode so I can access my application? I …

android android-wake-lock
Continue Download in android even after the device is locked

How to continue download task even when after the device is locked (pressing the power button). I tried installing an …

android android-notifications android-wake-lock android-powermanager
Using a wakelock in a service Android 1.5

Hello I am trying to use a service to control a wakelock so I can permanently leave the screen on …

java android android-service android-wake-lock android-1.5-cupcake
Android Espresso, Wake up device before test. How to use a custom manifest for test?

I've been writing tests with androids new espresso framework and find that it works well. One annoying thing (not particular …

android android-testing android-wake-lock android-espresso
what is the proper, non-deprecated way to wake up the device?

My requirement is: after a GCM message arrives, the device should wake up to display a high-priority notification. The device …

android android-wake-lock
Android wake lock force close

Hello I am trying to implement a wake lock for an application. PowerManager pm = (PowerManager) getSystemService(Context.POWER_SERVICE); PowerManager.…

android android-wake-lock powermanager