raphael: Sensor based UDFPS, Double and Single tap (1/4)

* Based on commits from @pwnrzr and @ivecera

Change-Id: Ief1d63c2971d87f51bb519f028c343222487dc40
Signed-off-by: firebird11 <hbgassel@gmail.com>
This commit is contained in:
firebird11
2025-07-02 20:49:59 +02:00
parent 13bdb620b8
commit a6b3e67558
2 changed files with 8 additions and 0 deletions

View File

@@ -1,2 +1,4 @@
sensors.ssc.so
sensors.udfps.so
sensors.single_tap.so
sensors.double_tap.so

View File

@@ -276,4 +276,10 @@
<!-- Whether to enable fp unlock when screen turns off on udfps devices -->
<bool name="config_screen_off_udfps_enabled">true</bool>
<!-- Type of the tap sensor. Empty if tap is not supported. -->
<string name="config_dozeTapSensorType" translatable="false">org.lineageos.sensor.single_tap</string>
<!-- Type of the double tap sensor. Empty if double tap is not supported. -->
<string name="config_dozeDoubleTapSensorType" translatable="false">org.lineageos.sensor.double_tap</string>
</resources>