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:
commit
2ebbb61c67
2 changed files with 6 additions and 0 deletions
|
@ -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 -->
|
||||
|
|
|
@ -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 -->
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue