Android.Content.Intent.ActionPick Field
Activity Action: Pick an item from the data, returning what was selected.

Syntax

[Android.Runtime.Register("ACTION_PICK")]
public const string ActionPick

Remarks

Activity Action: Pick an item from the data, returning what was selected.

Input: Intent.Data is URI containing a directory of data (vnd.android.cursor.dir/*) from which to pick an item.

Output: The URI of the item that was picked.

[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