Intent.ActionPick Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Activity Action: Pick an item from the data, returning what was selected.
[Android.Runtime.Register("ACTION_PICK")]
public const string ActionPick;
[<Android.Runtime.Register("ACTION_PICK")>]
val mutable ActionPick : string
Field Value
Implements
- Attributes
Remarks
Activity Action: Pick an item from the data, returning what was selected.
Input: #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.
Java documentation for android.content.Intent.ACTION_PICK
.
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.