Beth Mezias wrote: > I don't read anything about broadcast receivers in > Dianne's response.
"No, the alarm manager does not run at the background priority, and when delivering an intent broadcast to an application it is actually pulled into the foreground scheduling class (else there would often be ANRs and such). " I am interpreting "it" as being "the act of delivering an intent broadcast", which is to say, calling onReceive() on the BroadcastReceiver. -- 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 -~----------~----~----~----~------~----~------~--~---

