Add MMS UA, UAProf for L10 am: 22d2490363

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

Change-Id: Idd4e84abf60b70979268b8b77bf52809f50286f0
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
Gary Jian 2022-09-16 07:55:54 +00:00 committed by Automerger Merge Worker
commit e184124355

View file

@ -256,4 +256,9 @@
<!-- Boolean indicating if restoring network selection should be skipped --> <!-- Boolean indicating if restoring network selection should be skipped -->
<!-- The restoring is handled by modem if it is true --> <!-- The restoring is handled by modem if it is true -->
<bool translatable="false" name="skip_restoring_network_selection">true</bool> <bool translatable="false" name="skip_restoring_network_selection">true</bool>
<!-- MMS user agent string -->
<string name="config_mms_user_agent" translatable="false">gwkk3</string>
<!-- MMS user agent profile url -->
<string name="config_mms_user_agent_profile_url" translatable="false">http://www.gstatic.com/android/sms/GWKK3.xml</string>
</resources> </resources>