a71-common: overlay: Disable fingerprint wakeup

Change-Id: I73cfbd99a6c2b8283523d8e01c2defe59dcc0dc2
This commit is contained in:
Willi Ye
2025-01-06 20:18:39 +01:00
committed by Haky86
parent c37c7ee810
commit 9310ee4ea1

View File

@@ -0,0 +1,14 @@
<!--
/*
* Copyright (C) 2025 The LineageOS Project
*
* SPDX-License-Identifier: Apache-2.0
*/
-->
<resources>
<!-- 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">false</bool>
</resources>