Get notified when some other application acquires wake lock
- by Sebouh
I am wondering if the following is possible in android. I want to have my application do a certain task whenever the phone get awoken. Whenever some other application acquires a wake lock to do it's task, I want my application to do something of its own.
Can I get notified through an intent using a broadcast receiver about this event? If so, what…