On Sun, Aug 7, 2011 at 6:39 PM, Marcos Loiola <[email protected]> wrote: > Is it possible to Wake up an app while it is closed?
C2DM will start your manifest-registered BroadcastReceiver as needed, when messages arrive. > Does the application must be running in background to receive messages? No. -- Mark Murphy (a Commons Guy) http://commonsware.com | http://github.com/commonsguy http://commonsware.com/blog | http://twitter.com/commonsguy Android 3.1 Programming Books: http://commonsware.com/books -- 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

