vermeer: Move to double tap sensor

Change-Id: Ib4803011fefad35c8b7a2d1e2b7d2744b32b13f4
This commit is contained in:
Arian
2024-06-01 19:13:29 +02:00
committed by Lunark :3
parent f2ab17bc80
commit 2d992e1f82
4 changed files with 13 additions and 2 deletions

View File

@@ -478,4 +478,7 @@
<!-- 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>