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

Commit 8fadaa1d authored by Qingxi Li's avatar Qingxi Li Committed by android-build-merger
Browse files

Merge "Add Global Settings to device whether show Carrier menu" into pi-dev am: ff03f0cf

am: 166f56c4

Change-Id: I737af4163b98dc16cae7f9618310d1e2398a6526
parents 0bce2520 166f56c4
Loading
Loading
Loading
Loading
+11 −0
Original line number Diff line number Diff line
@@ -8767,6 +8767,17 @@ public final class Settings {
        @SystemApi
        public static final String EUICC_PROVISIONED = "euicc_provisioned";
        /**
         * List of ISO country codes in which eUICC UI is shown. Country codes should be separated
         * by comma.
         *
         * <p>Used to hide eUICC UI from users who are currently in countries no carriers support
         * eUICC.
         * @hide
         */
        //TODO(b/77914569) Changes this to System Api.
        public static final String EUICC_SUPPORTED_COUNTRIES = "euicc_supported_countries";
        /**
         * Whether any activity can be resized. When this is true, any
         * activity, regardless of manifest values, can be resized for multi-window.
+1 −0
Original line number Diff line number Diff line
@@ -229,6 +229,7 @@ public class SettingsBackupTest {
                    Settings.Global.EPHEMERAL_COOKIE_MAX_SIZE_BYTES,
                    Settings.Global.ERROR_LOGCAT_PREFIX,
                    Settings.Global.EUICC_PROVISIONED,
                    Settings.Global.EUICC_SUPPORTED_COUNTRIES,
                    Settings.Global.EUICC_FACTORY_RESET_TIMEOUT_MILLIS,
                    Settings.Global.FANCY_IME_ANIMATIONS,
                    Settings.Global.FORCE_ALLOW_ON_EXTERNAL,