Android.Content.Intent.ResolveActivityInfo Method
Resolve the Intent into an Android.Content.PM.ActivityInfo describing the activity that should execute the intent.

Syntax

[Android.Runtime.Register("resolveActivityInfo", "(Landroid/content/pm/PackageManager;I)Landroid/content/pm/ActivityInfo;", "GetResolveActivityInfo_Landroid_content_pm_PackageManager_IHandler")]
public virtual Android.Content.PM.ActivityInfo ResolveActivityInfo (Android.Content.PM.PackageManager pm, [Android.Runtime.GeneratedEnum] Android.Content.PM.PackageInfoFlags flags)

See Also

Intent.ResolveActivity(Android.Content.PM.PackageManager)

Parameters

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).

Returns

Documentation for this section has not yet been entered.

Remarks

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.

[Android Documentation]

Requirements

Namespace: Android.Content
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1