In the following: 
http://developer.android.com/guide/topics/manifest/intent-filter-element.html

android:priority
...
        *It controls the order in which broadcast receivers are
executed to receive broadcast messages. Those with higher priority
values are called before those with lower values. (The order applies
only to synchronous messages; it's ignored for asynchronous messages.)

I thought intents are asynchronous and hence we cannot start activity
synchronously? Can we start(and how?) activity synchronously? What are
examples of synchronous messages?

Thanks

-- 
You received this message because you are subscribed to the Google
Groups "Android Beginners" group.

NEW! Try asking and tagging your question on Stack Overflow at
http://stackoverflow.com/questions/tagged/android

To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en

Reply via email to