Scenario: 1. Broadcast Receiver holds a static wake lock hoping the service it started, when it finishes will release the lock 2. Howvever Service dies with out releasing the wake lock?
What is likely to happen? I am assuming the process will be stopped after calling the "onDestory()" of the service, and I am hoping the device will go to sleep ignoring the "held" wake lock. Or does the call to "onDestroy()" delayed because of the wakelock although the service called "stopSelf()" Thanks Satya -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to android-developers+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/android-developers?hl=en