- pm
- The package manager with which to resolve the Intent.
- flags
- Addition information to retrieve as per Android.Content.PM.PackageManager.GetActivityInfo(ComponentName, Android.Content.PM.PackageInfoFlags).
Documentation for this section has not yet been entered.
Resolve the Intent into an Android.Content.PM.ActivityInfo describing the activity that should execute the intent. Resolution follows the same rules as described for Intent.ResolveActivity(Android.Content.PM.PackageManager), but you get back the completely information about the resolved activity instead of just its class name.