Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 618b9d42 authored by Tom Hsu's avatar Tom Hsu Committed by Android (Google) Code Review
Browse files

Merge "[Regional preferences] Intent to RegionalPreferences"

parents 05fa7b3c 6e5c3d45
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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";
+11 −0
Original line number Diff line number Diff line
@@ -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>