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

Commit d665b9ff authored by Treehugger Robot's avatar Treehugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Remove ACTION_NUMBERING_SYSTEM_SETTINGS" into main

parents a2b0a2f5 77131e39
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -38278,7 +38278,6 @@ package android.provider {
    field public static final String ACTION_NOTIFICATION_LISTENER_DETAIL_SETTINGS = "android.settings.NOTIFICATION_LISTENER_DETAIL_SETTINGS";
    field public static final String ACTION_NOTIFICATION_LISTENER_SETTINGS = "android.settings.ACTION_NOTIFICATION_LISTENER_SETTINGS";
    field public static final String ACTION_NOTIFICATION_POLICY_ACCESS_SETTINGS = "android.settings.NOTIFICATION_POLICY_ACCESS_SETTINGS";
    field @FlaggedApi("android.provider.system_regional_preferences_api_enabled") public static final String ACTION_NUMBERING_SYSTEM_SETTINGS = "android.settings.NUMBERING_SYSTEM_SETTINGS";
    field public static final String ACTION_PRINT_SETTINGS = "android.settings.ACTION_PRINT_SETTINGS";
    field public static final String ACTION_PRIVACY_SETTINGS = "android.settings.PRIVACY_SETTINGS";
    field public static final String ACTION_PROCESS_WIFI_EASY_CONNECT_URI = "android.settings.PROCESS_WIFI_EASY_CONNECT_URI";
+0 −15
Original line number Diff line number Diff line
@@ -1253,21 +1253,6 @@ public final class Settings {
    public static final String ACTION_TEMPERATURE_UNIT_SETTINGS =
            "android.settings.TEMPERATURE_UNIT_SETTINGS";
    /**
     * Activity Action: Show numbering system configuration settings.
     * <p>
     * Input: Nothing.
     * <p>
     * Output: After calling {@link android.app.Activity#startActivityForResult}, the callback
     * {@code onActivityResult} will have resultCode {@link android.app.Activity#RESULT_OK} if
     * the numbering system settings page is suitable to show on the UI. Otherwise, the result is
     * set to {@link android.app.Activity#RESULT_CANCELED}.
     */
    @FlaggedApi(Flags.FLAG_SYSTEM_REGIONAL_PREFERENCES_API_ENABLED)
    @SdkConstant(SdkConstantType.ACTIVITY_INTENT_ACTION)
    public static final String ACTION_NUMBERING_SYSTEM_SETTINGS =
            "android.settings.NUMBERING_SYSTEM_SETTINGS";
    /**
     * Activity Action: Show measurement system configuration settings.
     * <p>