Share via


Settings.ActionAppLocaleSettings Field

Definition

Activity Action: Show settings to allow configuration of per application locale.

[Android.Runtime.Register("ACTION_APP_LOCALE_SETTINGS", ApiSince=33)]
public const string ActionAppLocaleSettings;
[<Android.Runtime.Register("ACTION_APP_LOCALE_SETTINGS", ApiSince=33)>]
val mutable ActionAppLocaleSettings : string

Field Value

Attributes

Remarks

Activity Action: Show settings to allow configuration of per application locale.

Input: The Intent's data URI can specify the application package name to directly invoke the app locale details GUI specific to the package name. For example "package:com.my.app".

Output: Nothing.

Java documentation for android.provider.Settings.ACTION_APP_LOCALE_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