- caller
- The class name of the activity that is making the request. This activity will never appear in the output list. Can be null.
- specifics
- An array of Intents that should be resolved to the first specific results. Can be null.
- intent
- The desired intent as per resolveActivity().
- flags
- Additional option flags. The most important is PackageManager.MATCH_DEFAULT_ONLY, to limit the resolution to only those activities that support the Android.Content.Intent.CategoryDefault.
Documentation for this section has not yet been entered.
Retrieve a set of activities that should be presented to the user as similar options. This is like PackageManager.QueryIntentActivities(Android.Content.Intent, Android.Content.PM.PackageInfoFlags), except it also allows you to supply a list of more explicit Intents that you would like to resolve to particular options, and takes care of returning the final ResolveInfo list in a reasonable order, with no duplicates, based on those inputs.