Settings.Secure.EnabledInputMethods Field

Definition

List of input methods that are currently enabled.

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

Field Value

Attributes

Remarks

List of input methods that are currently enabled. This is a string containing the IDs of all enabled input methods, each ID separated by ':'.

Format like "ime0;subtype0;subtype1;subtype2:ime1:ime2;subtype0" where imeId is ComponentName and subtype is int32.

Note: This setting is not readable to the app targeting API level 34 or higher. use android.view.inputmethod.InputMethodManager#getEnabledInputMethodList() instead.

Java documentation for android.provider.Settings.Secure.ENABLED_INPUT_METHODS.

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