diff options
Diffstat (limited to 'overlay-lineage')
-rw-r--r-- | overlay-lineage/frameworks/base/core/res/res/values/config.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/overlay-lineage/frameworks/base/core/res/res/values/config.xml b/overlay-lineage/frameworks/base/core/res/res/values/config.xml index b7a3be2..d144901 100644 --- a/overlay-lineage/frameworks/base/core/res/res/values/config.xml +++ b/overlay-lineage/frameworks/base/core/res/res/values/config.xml @@ -51,4 +51,7 @@ <!-- Whether notify fingerprint client of successful cancelled authentication --> <bool name="config_notifyClientOnFingerprintCancelSuccess">true</bool> + + <!-- Whether to cleanup fingerprints upon connection to the daemon and when user switches --> + <bool name="config_cleanupUnusedFingerprints">false</bool> </resources> |