If the user has selected a default activity, that is the only one that is returned. If they haven't, and there are multiple matching activities, than the system's intent resolver activity will be returned.
On Mon, Aug 10, 2009 at 6:18 PM, George <[email protected]> wrote: > > PacakgeManager.queryIntentActivities(Intent intent, int flags) with > flags = MATCH_DEFAULT_ONLY returns a list of applications that handle > a particular intent. How do I find the default activity that is chosen > by the user? > > Note: The default activity is chosen by the user the first time he is > prompted with a list of applications that handle a particular intent. > > > > -- Dianne Hackborn Android framework engineer [email protected] Note: please don't send private questions to me, as I don't have time to provide private support, and so won't reply to such e-mails. All such questions should be posted on public forums, where I and others can see and answer them. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

