Beth wrote: > Would the resulting execution of my broadcast receiver from the > AlarmManager broadcast go into the background thread pool or get into > the foreground inheriting from the AlarmManager?
BroadcastReceiver is invoked on "the UI thread", which is to say, the primary thread for your application. -- Mark Murphy (a Commons Guy) http://commonsware.com | http://twitter.com/commonsguy _Android Programming Tutorials_ Version 1.0 In Print! --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

