Configure quickpickup gesture support.
FLAG: EXEMPT Enable quickpickup gesture. Test: manually builds Bug: 347122583 Change-Id: I00f5ece65e2627337c93240b5bd58d695d214131
This commit is contained in:
parent
f376ea8b34
commit
2026f4b049
1 changed files with 3 additions and 0 deletions
|
@ -208,6 +208,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>
|
||||
|
||||
<!-- Allow the GPS_PROVIDER to be replaced by the location provider app at run-time. -->
|
||||
<bool name="config_useGnssHardwareProvider" translatable="false">false</bool>
|
||||
<!-- Package name providing GNSS location support. Used only when
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue