Android.Provider.Settings.ActionUserDictionarySettings Field
Activity Action: Show settings to manage the user input dictionary.

Syntax

[Android.Runtime.Register("ACTION_USER_DICTIONARY_SETTINGS")]
public const string ActionUserDictionarySettings

Remarks

Activity Action: Show settings to manage the user input dictionary.

Starting with NoType:android/os/Build$VERSION_CODES;Href=../../../reference/android/os/Build.VERSION_CODES.html#KITKAT, it is guaranteed there will always be an appropriate implementation for this Intent action. In prior releases of the platform this was optional, so ensure you safeguard against it.

Input: Nothing.

Output: Nothing.

[Android Documentation]

Requirements

Namespace: Android.Provider
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 3