Merge "[Regional preferences] Intent to RegionalPreferences"

This commit is contained in:
Tom Hsu
2023-01-10 09:17:27 +00:00
committed by Android (Google) Code Review
2 changed files with 12 additions and 0 deletions

View File

@@ -36398,6 +36398,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";

View File

@@ -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>