summaryrefslogtreecommitdiffstats
path: root/packages/SystemUI/res/values/lineage_config.xml
diff options
context:
space:
mode:
Diffstat (limited to 'packages/SystemUI/res/values/lineage_config.xml')
-rw-r--r--packages/SystemUI/res/values/lineage_config.xml9
1 files changed, 8 insertions, 1 deletions
diff --git a/packages/SystemUI/res/values/lineage_config.xml b/packages/SystemUI/res/values/lineage_config.xml
index 242950c63db..2ee6d40097b 100644
--- a/packages/SystemUI/res/values/lineage_config.xml
+++ b/packages/SystemUI/res/values/lineage_config.xml
@@ -1,5 +1,6 @@
+<?xml version="1.0" encoding="utf-8"?>
<!--
- Copyright (C) 2018 The LineageOS Project
+ Copyright (C) 2018-2019 The LineageOS Project
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
@@ -28,4 +29,10 @@
<!-- Max visible notification icons -->
<integer name="config_maxVisibleNotificationIcons">4</integer>
<integer name="config_maxVisibleNotificationIconsWhenDark">5</integer>
+
+ <!-- Should we listen for fingerprints when the screen is off? Devices
+ with a rear-mounted sensor want this, but certain devices have
+ the sensor embedded in the power key and listening all the time
+ causes a poor experience. -->
+ <bool name="config_fingerprintWakeAndUnlock">true</bool>
</resources>