Top "Wakelock" questions

Refers to PowerManager.

Turn off screen on Android

I am trying to turn on and off the display after a certain action happens (Lets just worry about turning …

android wakelock android-wake-lock
How can I see which wakelocks are active

For some reason my Android phone won't go to sleep. I assume that a wakelock is keeping it awake, but …

android process wakelock
Keep a Service running even when phone is asleep?

I have a Service in my application which is designed to run every 10 minutes. It basically checks up on our …

android service background-process wakelock
How to disable power button?

Is it possible to override the functionality of the android power button ? I want to 'disable' the power button. My …

android screen wakelock android-screen
Android - Turn off display without triggering sleep/lock screen - Turn on with Touchscreen

I have been trying to find a way to turn off the display, and wake up from the user touching …

android wakelock
BroadcastReceiver Vs WakefulBroadcastReceiver

Can somebody explain what the exact difference is between BroadcastReceiver and WakefulBroadcastReceiver? In what situations would we have to use …

java android broadcastreceiver wakelock
Wake locks android service recurring

I have this application that needs to run a service (background) that beeps periodically. The phone needs to beep the …

android service handler android-service wakelock
Light up screen when notification received android

I have a service running for my application to send notification every hour. This is working fine as i heard …

android notifications screen wakelock wakeup
Android FULL_WAKE_LOCK is deprecated but PARTIAL_WAKE_LOCK is not deprecated

Here i mentioned the code for waking up the screen. i want the code is listen still the app is …

android wakelock android-wake-lock
Internet connection paused after Android phone lock

I am building application which can get location using NETWORK_PROVIDER periodically in background without using GPS_PROVIDER. I am …

android location alarmmanager wakelock