Android.Content.Intent.ActionPickActivity Field
Activity Action: Pick an activity given an intent, returning the class selected.

Syntax

[Android.Runtime.Register("ACTION_PICK_ACTIVITY")]
public const string ActionPickActivity

Remarks

Activity Action: Pick an activity given an intent, returning the class selected.

Input: get*Extra field Intent.ExtraIntent is an Intent used with Android.Content.PM.PackageManager.QueryIntentActivities(Intent, Android.Content.PM.PackageInfoFlags) to determine the set of activities from which to pick.

Output: Class name of the activity that was selected.

[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