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

Commit dff39333 authored by Jeff Davidson's avatar Jeff Davidson
Browse files

Add setting to indicate whether the eUICC is provisioned.

This bit will only be set to true after a profile has been downloaded
to the eUICC. It will be used to suppress UI and messages about the
eUICC for users who have never used it.

Bug: 38460669
Test: TreeHugger
Change-Id: I056f131381ba4cb6f3fc32bc9915269337dd839d
parent 6ac1613c
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.