> do you have an understanding about when the device "deep sleeps"? it > does not appear to be immediately when the screen blanks. i'd like to > find some way to tell definitively that the device is in deep sleep
If non-WAKEUP alarms are not invoked, you're asleep. If your code is running, you're not asleep. Beyond that, I have no advice -- sorry! -- Mark Murphy (a Commons Guy) http://commonsware.com Android App Developer Books: http://commonsware.com/books.html -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

