Share via


Settings.ActionInputMethodSubtypeSettings Field

Definition

Activity Action: Show settings to enable/disable input method subtypes.

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

Field Value

Attributes

Remarks

Activity Action: Show settings to enable/disable input method subtypes.

In some cases, a matching Activity may not exist, so ensure you safeguard against this.

To tell which input method's subtypes are displayed in the settings, add #EXTRA_INPUT_METHOD_ID extra to this Intent with the input method id. If there is no extra in this Intent, subtypes from all installed input methods will be displayed in the settings.

Java documentation for android.provider.Settings.ACTION_INPUT_METHOD_SUBTYPE_SETTINGS.

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

See also