Intent.ActionInsertOrEdit Field

Definition

Activity Action: Pick an existing item, or insert a new item, and then edit it.

[Android.Runtime.Register("ACTION_INSERT_OR_EDIT")]
public const string ActionInsertOrEdit;
[<Android.Runtime.Register("ACTION_INSERT_OR_EDIT")>]
val mutable ActionInsertOrEdit : string

Field Value

Implements

Attributes

Remarks

Activity Action: Pick an existing item, or insert a new item, and then edit it.

Input: #getType is the desired MIME type of the item to create or edit. The extras can contain type specific data to pass through to the editing/creating activity.

Output: The URI of the item that was picked. This must be a content: URI so that any receiver can access it.

Java documentation for android.content.Intent.ACTION_INSERT_OR_EDIT.

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.

Applies to