Ver código fonte

Add config for the quick pickup gesture

Test: manually check that quick pickup gesture is
registered on device and triggers when AoD is not enabled
and when udfps is enrolled
Fixes: 239514824

Change-Id: I1071898296d959b46ae4269715e6a1b36cc95cc3
Beverly 2 anos atrás
pai
commit
40311cd796

+ 3 - 0
lynx/overlay/frameworks/base/core/res/res/values/config.xml

@@ -253,6 +253,9 @@
     <!-- Type of the udfps long press sensor. Empty if long press is not supported. -->
     <string name="config_dozeUdfpsLongPressSensorType" translatable="false">com.google.sensor.long_press</string>
 
+    <!-- Type of the quick pickup sensor. Empty if quick pickup is not supported. -->
+    <string name="config_quickPickupSensorType" translatable="false">com.google.sensor.quick_pickup</string>
+
     <!-- UDFPS does not support gestures -->
     <bool name="config_fingerprintSupportsGestures">false</bool>