Settings.ActionInputMethodSubtypeSettings Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.