cmi: overlay-lineage: Enable screen-off UDFPS support

This commit is contained in:
2025-11-27 10:17:55 +00:00
parent fe5daa7ee0
commit 64886f5410

View File

@@ -448,6 +448,9 @@
<!-- 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>
<!-- The bounding path of the cutout region of the main built-in display.
Must either be empty if there is no cutout region, or a string that is parsable by
{@link android.util.PathParser}.