• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
Aucun tag

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

frameworks/base


Commit MetaInfo

Révisionc96b4ea7133ecbd1d283444aa43d9fdeef6bece2 (tree)
l'heure2019-11-06 04:00:13
AuteurJonathan Scott <scottjonathan@goog...>
CommiterVasyl Gello

Message de Log

Add MANAGED_PROVISIONING_DPC_DOWNLOADED (nyc).

Test: Just adding a constant
Bug: 132261064
Change-Id: I1527be03a10fa1a2fde09e3e41d6b7e83a986fc0
Merged-In: I2bce277ff8f2de4614e19d5385fe6712b076f9c9
(cherry picked from commit 20e5d92613268c196b508865b7275b59f00688f5)

Change Summary

Modification

--- a/core/java/android/provider/Settings.java
+++ b/core/java/android/provider/Settings.java
@@ -4883,6 +4883,18 @@ public final class Settings {
48834883 public static final String DEVICE_PROVISIONED = Global.DEVICE_PROVISIONED;
48844884
48854885 /**
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+ /**
48864898 * Whether the current user has been set up via setup wizard (0 = false, 1 = true)
48874899 * @hide
48884900 */