Add a default MMS UA

The default user-agent isn't set, which makes
TelephonyManager.getMmsUserAgent() return an empty string when a
device doesn't have one in its own overlays. Every hardware should
set its own unique name for this, but add a default value for cases
in which is is forgotten.

Fixes android.telephony.cts.TelephonyManagerTest#testTelephonyManager

Change-Id: I8a648014873319ea0d0f1089495d6777b8a1b8bf
This commit is contained in:
Ricardo Cerqueira 2014-02-04 17:34:39 +00:00
parent f8b0737a43
commit f6b29e27a8
1 changed files with 2 additions and 0 deletions

View File

@ -30,4 +30,6 @@
<item>com.google.android.gsf/com.google.android.gsf.update.SystemUpdateService</item>
<item>com.google.android.gsf/com.google.android.gsf.update.SystemUpdateService$Receiver</item>
</string-array>
<string name="config_mms_user_agent">CyanogenMod</string>
</resources>