beryllium: overlay-lineage: Enable config_proximityCheckOnFpsUnlock

The device ships with PocketMode app, which effectivelly disables
listening to fingeprints in case the proximity sensor is covered.

Change-Id: If67a0a98c753726ae2eed4d76e073275d7ae74da
This commit is contained in:
Bruno Martins 2024-02-21 10:27:21 +00:00 committed by Lup Gabriel
parent eec0fe65f7
commit 0507986226
No known key found for this signature in database
GPG Key ID: 2588FE63477F17F4

View File

@ -78,4 +78,8 @@
<!-- Should we filter any display modes which are unampped? -->
<bool name="config_filterDisplayModes">true</bool>
<!-- Whether device implements proximity sensor based checks to prevent
accidental unlocks when the screen is off. -->
<bool name="config_proximityCheckOnFpsUnlock">true</bool>
</resources>