androidwakelockandroid-wake-lockpowermanager

For which kinds of work I need to use CPU WAKE_LOCK in Sleep Mode?


For which kinds of work I need to use CPU WAKE LOCK ? For example in Sleep Mode I am using TelephonyManager getCellLocation(), should I use PARTIAL_WAKE_LOCK in this case or not? I didn't find this info in the documentation. P.S. TelephonyManager has different API implementation on different devices so for me it looks tricky. Thanks.


Solution

  • After some investigation looks like for all operations that can not be triggered from Manifest using system intents.