summaryrefslogtreecommitdiffstats
path: root/packages/SystemUI/res/values/lineage_config.xml
diff options
context:
space:
mode:
authorSteve Kondik <steve@cyngn.com>2016-05-02 04:01:43 -0700
committerMichael Bestas <mkbestas@lineageos.org>2019-11-17 11:48:08 +0100
commit091f2e21eb3a8387f90e30af4047a78958985e89 (patch)
treec87814b9ffbdc3d670f6c12312cd12c7e10122ac /packages/SystemUI/res/values/lineage_config.xml
parentb741caaeb3867e4c93540185813c98379fbcc24a (diff)
downloadandroid_frameworks_base-091f2e21eb3a8387f90e30af4047a78958985e89.tar.gz
android_frameworks_base-091f2e21eb3a8387f90e30af4047a78958985e89.tar.bz2
android_frameworks_base-091f2e21eb3a8387f90e30af4047a78958985e89.zip
Keyguard: Allow disabling fingerprint wake-and-unlock
* When the fingerprint sensor is embedded in the power key, wake-and-unlock is total chaos. Add an option to disable it. * The default behavior is unchanged. Change-Id: I50c0a857daba92c17470d8089aca94099c792956
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>