summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorandroid-build-team Robot <android-build-team-robot@google.com>2017-09-29 20:08:03 +0000
committerandroid-build-team Robot <android-build-team-robot@google.com>2017-09-29 20:08:03 +0000
commite04d0aa39f5af92daf5090e59cfc8777ea768fd1 (patch)
tree344fbf8b827513ae2bc17704ed6204a0d4aca1f8
parentcac3e719ba2a920f6e64b66c2b2a22687997d481 (diff)
parent9f9f484edeff45b534d9175cf164afa7c7e67db0 (diff)
downloaddragon-oreo-m6-s4-release.tar.gz
Change-Id: I8e4609d696d269408fd181a1271ae77ab4cc743c
-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>