[Regional preferences] Intent to RegionalPreferences
- 1p/3p can start this page through this intent. - Settings -> Language & input -> Regional preferences Bug: b/246929960 Test: atest Change-Id: I53d4490006b18304f0afd317c4644c3bccef224c
This commit is contained in:
@@ -36365,6 +36365,7 @@ package android.provider {
|
||||
field public static final String ACTION_PROCESS_WIFI_EASY_CONNECT_URI = "android.settings.PROCESS_WIFI_EASY_CONNECT_URI";
|
||||
field public static final String ACTION_QUICK_ACCESS_WALLET_SETTINGS = "android.settings.QUICK_ACCESS_WALLET_SETTINGS";
|
||||
field public static final String ACTION_QUICK_LAUNCH_SETTINGS = "android.settings.QUICK_LAUNCH_SETTINGS";
|
||||
field public static final String ACTION_REGIONAL_PREFERENCES_SETTINGS = "android.settings.REGIONAL_PREFERENCES_SETTINGS";
|
||||
field public static final String ACTION_REQUEST_IGNORE_BATTERY_OPTIMIZATIONS = "android.settings.REQUEST_IGNORE_BATTERY_OPTIMIZATIONS";
|
||||
field public static final String ACTION_REQUEST_MANAGE_MEDIA = "android.settings.REQUEST_MANAGE_MEDIA";
|
||||
field public static final String ACTION_REQUEST_SCHEDULE_EXACT_ALARM = "android.settings.REQUEST_SCHEDULE_EXACT_ALARM";
|
||||
|
||||
@@ -1078,6 +1078,17 @@ public final class Settings {
|
||||
public static final String ACTION_APP_LOCALE_SETTINGS =
|
||||
"android.settings.APP_LOCALE_SETTINGS";
|
||||
|
||||
/**
|
||||
* Activity Action: Show settings to allow configuration of regional preferences
|
||||
* <p>
|
||||
* Input: Nothing
|
||||
* <p>
|
||||
* Output: Nothing.
|
||||
*/
|
||||
@SdkConstant(SdkConstantType.ACTIVITY_INTENT_ACTION)
|
||||
public static final String ACTION_REGIONAL_PREFERENCES_SETTINGS =
|
||||
"android.settings.REGIONAL_PREFERENCES_SETTINGS";
|
||||
|
||||
/**
|
||||
* Activity Action: Show settings to allow configuration of lockscreen.
|
||||
* <p>
|
||||
|
||||
Reference in New Issue
Block a user