summaryrefslogtreecommitdiff
path: root/overlay/frameworks
diff options
context:
space:
mode:
authorYuhao Zheng <yuhaozheng@google.com>2013-10-03 19:00:36 -0700
committerYuhao Zheng <yuhaozheng@google.com>2013-10-03 19:01:17 -0700
commitb9a9556882b8f44df05d8a4cb94c5f5347ada255 (patch)
tree1740404759adaa7b9da99e1664d3d7d7593d59c3 /overlay/frameworks
parent26b97deaf0cb44293a5beb014abb261eb2edbd59 (diff)
downloadmako-b9a9556882b8f44df05d8a4cb94c5f5347ada255.tar.gz
Added MMS UA and UAProfUrl strings for mako
MMS related strings to be returned by the newly added TelephonyManager APIs: https://googleplex-android-review.googlesource.com/#/c/369960/ Bug:11054501 Change-Id: Iae67e42d8572ea64b0586911b0c72384ff7a7775
Diffstat (limited to 'overlay/frameworks')
-rw-r--r--overlay/frameworks/base/core/res/res/values/config.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/overlay/frameworks/base/core/res/res/values/config.xml b/overlay/frameworks/base/core/res/res/values/config.xml
index 7d32ba1..d523630 100644
--- a/overlay/frameworks/base/core/res/res/values/config.xml
+++ b/overlay/frameworks/base/core/res/res/values/config.xml
@@ -259,4 +259,9 @@
The default is false. -->
<bool name="config_suspendWhenScreenOffDueToProximity">true</bool>
+ <!-- MMS user agent string -->
+ <string name="config_mms_user_agent" translatable="false">Nexus4</string>
+
+ <!-- MMS user agent prolfile url -->
+ <string name="config_mms_user_agent_profile_url" translatable="false">http://gsm.lge.com/html/gsm/20130914.xml</string>
</resources>