Merge "Configure quickpickup gesture support" into udc-d1-dev am: 71f52846b9

Original change: https://googleplex-android-review.googlesource.com/c/device/google/shusky/+/22557762

Change-Id: I9129ff89a8f20b0885d709f67d597ae0b57fe7e0
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
Treehugger Robot 2023-04-11 17:42:46 +00:00 committed by Automerger Merge Worker
commit 2ebbb61c67
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. --> <!-- 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> <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 --> <!-- MMS user agent string -->
<string name="config_mms_user_agent" translatable="false">g1mnw</string> <string name="config_mms_user_agent" translatable="false">g1mnw</string>
<!-- MMS user agent profile url --> <!-- 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. --> <!-- 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> <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 --> <!-- MMS user agent string -->
<string name="config_mms_user_agent" translatable="false">gkws6</string> <string name="config_mms_user_agent" translatable="false">gkws6</string>
<!-- MMS user agent profile url --> <!-- MMS user agent profile url -->