vermeer: Add support for udfps long press sensor

Change-Id: I7196dce967c9adbc62bb5156ade749c92c7780a1
This commit is contained in:
Cosmin Tanislav
2022-02-20 19:21:09 +02:00
committed by Lunark :3
parent 2d992e1f82
commit 6374a57d7c
2 changed files with 4 additions and 0 deletions

View File

@@ -481,4 +481,7 @@
<!-- 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>
<!-- 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>
</resources>

View File

@@ -4,3 +4,4 @@ persist.vendor.fingerprint.sensor_location=720|2882|124
# Sensors
ro.vendor.sensors.xiaomi.double_tap=true
ro.vendor.sensors.xiaomi.single_tap=true
ro.vendor.sensors.xiaomi.udfps=true