Intent.ActionPaste Field

Definition

Activity Action: Create a new item in the given container, initializing it from the current contents of the clipboard.

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

Field Value

Implements

Attributes

Remarks

Activity Action: Create a new item in the given container, initializing it from the current contents of the clipboard.

Input: #getData is URI of the directory (vnd.android.cursor.dir/*) in which to place the data.

Output: URI of the new data that was created.

Java documentation for android.content.Intent.ACTION_PASTE.

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