frameworks/base
リビジョン | c96b4ea7133ecbd1d283444aa43d9fdeef6bece2 (tree) |
---|---|
日時 | 2019-11-06 04:00:13 |
作者 | Jonathan Scott <scottjonathan@goog...> |
コミッター | Vasyl Gello |
Add MANAGED_PROVISIONING_DPC_DOWNLOADED (nyc).
Test: Just adding a constant
Bug: 132261064
Change-Id: I1527be03a10fa1a2fde09e3e41d6b7e83a986fc0
Merged-In: I2bce277ff8f2de4614e19d5385fe6712b076f9c9
(cherry picked from commit 20e5d92613268c196b508865b7275b59f00688f5)
@@ -4883,6 +4883,18 @@ public final class Settings { | ||
4883 | 4883 | public static final String DEVICE_PROVISIONED = Global.DEVICE_PROVISIONED; |
4884 | 4884 | |
4885 | 4885 | /** |
4886 | + * Indicates whether a DPC has been downloaded during provisioning. | |
4887 | + * | |
4888 | + * <p>Type: int (0 for false, 1 for true) | |
4889 | + * | |
4890 | + * <p>If this is true, then any attempts to begin setup again should result in factory reset | |
4891 | + * | |
4892 | + * @hide | |
4893 | + */ | |
4894 | + public static final String MANAGED_PROVISIONING_DPC_DOWNLOADED = | |
4895 | + "managed_provisioning_dpc_downloaded"; | |
4896 | + | |
4897 | + /** | |
4886 | 4898 | * Whether the current user has been set up via setup wizard (0 = false, 1 = true) |
4887 | 4899 | * @hide |
4888 | 4900 | */ |