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

Commit a6ce09aa authored by Jonathan Scott's avatar Jonathan Scott Committed by android-build-merger
Browse files

[automerger] Add MANAGED_PROVISIONING_DPC_DOWNLOADED (nyc). am: 20e5d926 am:...

[automerger] Add MANAGED_PROVISIONING_DPC_DOWNLOADED (nyc). am: 20e5d926 am: c1ec4d6e am: 80e1c4fd am: 7b6a04fc am: 74384674 am: 0b1d526f am: e4ddc220
am: 5f619835

Change-Id: Ie2c9fb05e3245f3045f3c9a4919760e70285fa37
parents 46368e4f 5f619835
Loading
Loading
Loading
Loading
+12 −0
Original line number Diff line number Diff line
@@ -5528,6 +5528,18 @@ public final class Settings {
        @Deprecated
        public static final String DEVICE_PROVISIONED = Global.DEVICE_PROVISIONED;
        /**
         * Indicates whether a DPC has been downloaded during provisioning.
         *
         * <p>Type: int (0 for false, 1 for true)
         *
         * <p>If this is true, then any attempts to begin setup again should result in factory reset
         *
         * @hide
         */
        public static final String MANAGED_PROVISIONING_DPC_DOWNLOADED =
                "managed_provisioning_dpc_downloaded";
        /**
         * Whether the current user has been set up via setup wizard (0 = false, 1 = true)
         * @hide