Skip to content Skip to sidebar Skip to footer
Showing posts with the label Wakelock

Android Keep Screen On On Samsung Devices

I have a streaming app and I want to avoid that the screen turns off while streaming. It works on m… Read more Android Keep Screen On On Samsung Devices

Correct Pattern To Acquire A Wakelock In A Broadcastreceiver And Release It In A Service

Even after a lot of research I am still not completely sure if the way how I implement a WakeLock f… Read more Correct Pattern To Acquire A Wakelock In A Broadcastreceiver And Release It In A Service

Wifilock And Wakelock Not Working Correctly On Android

I am developing an app that needs to use both wifiLock and wakeLock so the audio streaming when the… Read more Wifilock And Wakelock Not Working Correctly On Android

Foreground Service Not Receiving Location Updates In Android 7.0+ When Screen Is Off

I am trying to create an Android application that continuously logs device location data in realtim… Read more Foreground Service Not Receiving Location Updates In Android 7.0+ When Screen Is Off

Service, Wakelock

I am bit confused after going through the questions & answers in Stackoverflow about WakefulInt… Read more Service, Wakelock

Bring App To Front, Turn On Display And Unlock From Alarmmanager?

I want to turn on the display, unlock the phone and bring my app to the front, when the alarm I'… Read more Bring App To Front, Turn On Display And Unlock From Alarmmanager?

Using A Wake Lock

I have a sleep machine app that I want to still play the sound if the phone goes into stand by. I j… Read more Using A Wake Lock