Add MMS UA, UAProf for O6/R4

Bug: 179612596
Test: by manual
Change-Id: I7c3522c3a2be89b964cc56277b777ba91c9fef60
This commit is contained in:
allenwtsu 2021-03-22 12:16:08 +08:00 committed by Allen Su
parent 7ecf224973
commit 3f822142e6
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>