Skip to content Skip to sidebar Skip to footer

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 just edited to have the wake lock added and it is added in the manifest as well. I

Solution 1:

You can make it happen with wake locks. Its part of the Powermanager api.

A detailed explanation can be found here.

Post a Comment for "Using A Wake Lock"