raphael: overlay: Enable fp screen off unlock feature

Bug: 389002332
Flag: android.hardware.biometrics.screen_off_unlock_udfps
Test: 1. FP screen off unlcok should be included in settings
      2. FP screen off unlcok should be disabled by default
Change-Id: I65eda6ae6f69ff4e6a3191d91fb8be42797c7fcb
This commit is contained in:
Vincent Wang
2025-01-13 08:37:12 +00:00
committed by firebird11
parent 2a59468b5c
commit 67d6e34c3d

View File

@@ -273,4 +273,7 @@
<!-- Type of the udfps long press sensor. Empty if long press is not supported. -->
<string name="config_dozeUdfpsLongPressSensorType" translatable="false">org.lineageos.sensor.udfps</string>
<!-- Whether to enable fp unlock when screen turns off on udfps devices -->
<bool name="config_screen_off_udfps_enabled">true</bool>
</resources>