> I would like to do certain action on the Broadcast Receiver for > ACTION_POWER_CONNECTED. Can someone let me know the way of testing > this on emulator.
http://developer.android.com/guide/developing/tools/emulator.html#limitations The emulator does not emulate "determining battery charge level and AC charging state". Hence, I believe you will need to test this on your device. -- 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 To unsubscribe, reply using "remove me" as the subject.

