Intent.ActionProcessText Field

Definition

Activity Action: Process a piece of text.

[Android.Runtime.Register("ACTION_PROCESS_TEXT", ApiSince=23)]
public const string ActionProcessText;
[<Android.Runtime.Register("ACTION_PROCESS_TEXT", ApiSince=23)>]
val mutable ActionProcessText : string

Field Value

Implements

Attributes

Remarks

Activity Action: Process a piece of text.

Input: #EXTRA_PROCESS_TEXT contains the text to be processed. #EXTRA_PROCESS_TEXT_READONLY states if the resulting text will be read-only.

Output: #EXTRA_PROCESS_TEXT contains the processed text.

Java documentation for android.content.Intent.ACTION_PROCESS_TEXT.

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