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

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

Merge "Add MANAGED_PROVISIONING_DPC_DOWNLOADED." into qt-dev

am: b01fe73e

Change-Id: Idd7424cf00a3c5d8d41e3e051d78d0ac4d6c4a19
parents 122636b4 b01fe73e
Loading
Loading
Loading
Loading
+12 −0
Original line number Diff line number Diff line
@@ -5956,6 +5956,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";
        /**
         * Indicates whether the current user has completed setup via the setup wizard.
         * <p>
+1 −0
Original line number Diff line number Diff line
@@ -716,6 +716,7 @@ public class SettingsBackupTest {
                 Settings.Secure.PACKAGES_TO_CLEAR_DATA_BEFORE_FULL_RESTORE,
                 Settings.Secure.FLASHLIGHT_AVAILABLE,
                 Settings.Secure.FLASHLIGHT_ENABLED,
                 Settings.Secure.MANAGED_PROVISIONING_DPC_DOWNLOADED,
                 Settings.Secure.CROSS_PROFILE_CALENDAR_ENABLED,
                 Settings.Secure.LOCATION_ACCESS_CHECK_INTERVAL_MILLIS,
                 Settings.Secure.LOCATION_ACCESS_CHECK_DELAY_MILLIS,