On Mon, Oct 25, 2010 at 6:12 PM, Some Coder <[email protected]> wrote:

> Is it possible to register multiple BroadcastReceivers for the same Intent
> in the same application and have them all run?
>

Haven't played much with broadcast and receivers but I can't imagine why
not. How are you sending the broadcast and are you waiting long enough to
ensure that one receiver has received and processed the broadcast? It may
just be that they're queued up and you're not waiting long enough for the
second to get the broadcast.

-------------------------------------------------------------------------------------------------
TreKing <http://sites.google.com/site/rezmobileapps/treking> - Chicago
transit tracking app for Android-powered devices

-- 
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

Reply via email to