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
This commit is contained in:
parent
f6d4e039c9
commit
40311cd796
1 changed files with 3 additions and 0 deletions
|
@ -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>
|
||||
|
||||
|
|
Loading…
Reference in a new issue