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:
@@ -1,2 +1,4 @@
|
||||
sensors.ssc.so
|
||||
sensors.udfps.so
|
||||
sensors.single_tap.so
|
||||
sensors.double_tap.so
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user