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

Commit 6e5c3d45 authored by tom hsu's avatar tom hsu
Browse files

[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
parent 7a24eb1b
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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";
+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>