Configure quickpickup gesture support

Test: manually builds
Fixes: 277161763
Change-Id: Id0f7a2a33ac9d1acbc6c6395e37357d84db79d6d
This commit is contained in:
Beverly 2023-04-10 14:11:04 +00:00
parent fc8b845f44
commit f37c823742
2 changed files with 6 additions and 0 deletions

View file

@ -281,6 +281,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>
<!-- MMS user agent string -->
<string name="config_mms_user_agent" translatable="false">g1mnw</string>
<!-- MMS user agent profile url -->

View file

@ -280,6 +280,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>
<!-- MMS user agent string -->
<string name="config_mms_user_agent" translatable="false">gkws6</string>
<!-- MMS user agent profile url -->