Merge "Add MANAGED_PROVISIONING_DPC_DOWNLOADED." into qt-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
b01fe73ed3
@@ -5947,6 +5947,18 @@ public final class Settings {
|
|||||||
@Deprecated
|
@Deprecated
|
||||||
public static final String DEVICE_PROVISIONED = Global.DEVICE_PROVISIONED;
|
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.
|
* Indicates whether the current user has completed setup via the setup wizard.
|
||||||
* <p>
|
* <p>
|
||||||
|
|||||||
@@ -714,6 +714,7 @@ public class SettingsBackupTest {
|
|||||||
Settings.Secure.PACKAGES_TO_CLEAR_DATA_BEFORE_FULL_RESTORE,
|
Settings.Secure.PACKAGES_TO_CLEAR_DATA_BEFORE_FULL_RESTORE,
|
||||||
Settings.Secure.FLASHLIGHT_AVAILABLE,
|
Settings.Secure.FLASHLIGHT_AVAILABLE,
|
||||||
Settings.Secure.FLASHLIGHT_ENABLED,
|
Settings.Secure.FLASHLIGHT_ENABLED,
|
||||||
|
Settings.Secure.MANAGED_PROVISIONING_DPC_DOWNLOADED,
|
||||||
Settings.Secure.CROSS_PROFILE_CALENDAR_ENABLED,
|
Settings.Secure.CROSS_PROFILE_CALENDAR_ENABLED,
|
||||||
Settings.Secure.LOCATION_ACCESS_CHECK_INTERVAL_MILLIS,
|
Settings.Secure.LOCATION_ACCESS_CHECK_INTERVAL_MILLIS,
|
||||||
Settings.Secure.LOCATION_ACCESS_CHECK_DELAY_MILLIS,
|
Settings.Secure.LOCATION_ACCESS_CHECK_DELAY_MILLIS,
|
||||||
|
|||||||
Reference in New Issue
Block a user