Richard Schilling wrote: > That's a good point. I will try registering the broadcast receiver > programmatically as well to see if there's a difference in behavior.
The docs say you need to register BATTERY_CHANGED receivers in code, not via the manifest. "You can not receive this through components declared in manifests, only by exlicitly [sic] registering for it with Context.registerReceiver(). " http://developer.android.com/reference/android/content/Intent.html#ACTION_BATTERY_CHANGED -- Mark Murphy (a Commons Guy) http://commonsware.com | http://twitter.com/commonsguy Need help for your Android OSS project? http://wiki.andmob.org/hado --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

