Add MMS UA, UAProf for O6/R4 am: 3f822142e6

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

Change-Id: I6fcd290fd3a201ed27b41822758a3b69086b16ba
This commit is contained in:
allenwtsu 2021-03-26 18:15:15 +00:00 committed by Automerger Merge Worker
commit 4bf77065cf
2 changed files with 10 additions and 0 deletions

View file

@ -165,6 +165,11 @@
<!-- 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>
<!-- MMS user agent string -->
<string name="config_mms_user_agent" translatable="false">gb7n6</string>
<!-- MMS user agent profile url -->
<string name="config_mms_user_agent_profile_url" translatable="false">http://www.gstatic.com/android/sms/GB7N6.xml</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>

View file

@ -153,4 +153,9 @@
<item>750.0</item> <!-- 10000 - 20000 -->
<item>900.0</item> <!-- 20000+ -->
</array>
<!-- MMS user agent string -->
<string name="config_mms_user_agent" translatable="false">g8v0u</string>
<!-- MMS user agent profile url -->
<string name="config_mms_user_agent_profile_url" translatable="false">http://www.gstatic.com/android/sms/G8V0U.xml</string>
</resources>