ACTION_PICK constant

String const ACTION_PICK

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

Input: {@link #getData} 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.

Implementation

static const String ACTION_PICK = 'android.intent.action.PICK';