Loading core/java/android/provider/Settings.java +12 −0 Original line number Diff line number Diff line Loading @@ -4706,6 +4706,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 Loading Loading
core/java/android/provider/Settings.java +12 −0 Original line number Diff line number Diff line Loading @@ -4706,6 +4706,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 Loading