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
2022-10-06 16:12:32 +00:00
コミット 40311cd796

ファイルの表示

@@ -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>