summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdrian Roos <roosa@google.com>2017-09-25 18:33:02 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2017-09-25 18:33:02 +0000
commite27ca39f576aef4bc5334ff2f0d1a9268d985a05 (patch)
tree344fbf8b827513ae2bc17704ed6204a0d4aca1f8
parent5ff46adae9938b852659c237c96967745fa23f1b (diff)
parentfd5927fdb7816674c8e631926676c079b06feeae (diff)
downloaddragon-e27ca39f576aef4bc5334ff2f0d1a9268d985a05.tar.gz
Merge "FRP: disable credential FRP on dragon" into oc-mr1-devoreo-mr1-dev
-rw-r--r--overlay/frameworks/base/core/res/res/values/config.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/overlay/frameworks/base/core/res/res/values/config.xml b/overlay/frameworks/base/core/res/res/values/config.xml
index 1b13f00..9766de6 100644
--- a/overlay/frameworks/base/core/res/res/values/config.xml
+++ b/overlay/frameworks/base/core/res/res/values/config.xml
@@ -51,6 +51,13 @@
<!-- Enable device idle mode -->
<bool name="config_enableAutoPowerModes">true</bool>
+ <!-- If true, enables verification of the lockscreen credential in the factory reset protection
+ flow. This should be true if gatekeeper / weaver credentials can still be checked after a
+ factory reset.
+
+ dragon's gatekeeper does not preserve credentials across factory resets. -->
+ <bool name="config_enableCredentialFactoryResetProtection">false</bool>
+
<!-- Flag indicating whether the we should enable the automatic brightness in Settings.
Software implementation will be used if config_hardware_auto_brightness_available is not set -->
<bool name="config_automatic_brightness_available">true</bool>