mirror of
https://github.com/LineageOS/android_device_xiaomi_vermeer.git
synced 2026-06-21 02:29:34 +00:00
vermeer: Add support for udfps long press sensor
Change-Id: I7196dce967c9adbc62bb5156ade749c92c7780a1
This commit is contained in:
committed by
Lunark :3
parent
2d992e1f82
commit
6374a57d7c
@@ -481,4 +481,7 @@
|
|||||||
|
|
||||||
<!-- Type of the double tap sensor. Empty if double tap is not supported. -->
|
<!-- 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>
|
<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>
|
</resources>
|
||||||
|
|||||||
@@ -4,3 +4,4 @@ persist.vendor.fingerprint.sensor_location=720|2882|124
|
|||||||
# Sensors
|
# Sensors
|
||||||
ro.vendor.sensors.xiaomi.double_tap=true
|
ro.vendor.sensors.xiaomi.double_tap=true
|
||||||
ro.vendor.sensors.xiaomi.single_tap=true
|
ro.vendor.sensors.xiaomi.single_tap=true
|
||||||
|
ro.vendor.sensors.xiaomi.udfps=true
|
||||||
|
|||||||
Reference in New Issue
Block a user