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

Commit da1ae17f authored by Qingxi Li's avatar Qingxi Li Committed by Android (Google) Code Review
Browse files

Merge "Add setting to indicate whether the eUICC is provisioned."

parents 02959147 dff39333
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -7650,6 +7650,16 @@ public final class Settings {
         */
        public static final String DEFAULT_SM_DP_PLUS = "default_sm_dp_plus";

        /**
         * Whether any profile has ever been downloaded onto a eUICC on the device.
         *
         * <p>Used to hide eUICC UI from users who have never made use of it and would only be
         * confused by seeing references to it in settings.
         * (0 = false, 1 = true)
         * @hide
         */
        public static final String EUICC_PROVISIONED = "euicc_provisioned";

        /**
         * Whether any activity can be resized. When this is true, any
         * activity, regardless of manifest values, can be resized for multi-window.