> I have the wake lock defined as a static member of the broadcast > receiver. I think I lifted a bunch of code from an article that you > wrote, so I am probably not needing the service. I guess I could just > launch the application directly. Declaring the wake lock as a static > member of the alarm receiver should be sufficient though, eh?
I think so, so long as you're releasing the WakeLock automatically. Waiting on user input to release the WakeLock would not be a good idea. -- 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

