The documentation for sendOrderedBroadcast() describes the function as following: "Broadcast the given intent to all interested BroadcastReceivers, delivering them one at a time to allow more preferred receivers to consume the broadcast before it is delivered to less preferred receivers."
How do we specify which receiver is preferred, such that the preferred receiver gets the first shot at handling the intent? To illustrate, say I have 2 possible activities, ActivityA and ActivityB, to handle them intent. If both are alive, I would like ActivityA to always handle the intent in favor of ActivityB. -- 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

