Android.Content.Intent.ActionInsertOrEdit Field
Activity Action: Pick an existing item, or insert a new item, and then edit it.

Syntax

[Android.Runtime.Register("ACTION_INSERT_OR_EDIT")]
public const string ActionInsertOrEdit

Remarks

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

Input: Intent.Type 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.

[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