summaryrefslogtreecommitdiffstats
path: root/core/res/res/values-mcc334-mnc050
diff options
context:
space:
mode:
authorSungmin Choi <sungmin.choi@lge.com>2013-12-13 13:30:44 +0900
committerRobert Greenwalt <rgreenwalt@google.com>2014-11-10 16:37:30 -0800
commit767461e509abbf0e0b0039256b87840f3fce36be (patch)
tree92541111c40d7a394053d4aa3f59c6136694fe0a /core/res/res/values-mcc334-mnc050
parent993e3d2d40cbd95d78cd3d2a76c77af2f4ab0e88 (diff)
downloadframeworks_base-767461e509abbf0e0b0039256b87840f3fce36be.zip
frameworks_base-767461e509abbf0e0b0039256b87840f3fce36be.tar.gz
frameworks_base-767461e509abbf0e0b0039256b87840f3fce36be.tar.bz2
telephony: Change string to string-array config_tether_apndata to support mvno
Update tethering profiles to use string-array in config.xml. Bug: 10096119 Change-Id: I551236040c810b9603fb84542af9765184ce0c29
Diffstat (limited to 'core/res/res/values-mcc334-mnc050')
-rw-r--r--core/res/res/values-mcc334-mnc050/config.xml7
1 files changed, 5 insertions, 2 deletions
diff --git a/core/res/res/values-mcc334-mnc050/config.xml b/core/res/res/values-mcc334-mnc050/config.xml
index 00c4155..f6777d0 100644
--- a/core/res/res/values-mcc334-mnc050/config.xml
+++ b/core/res/res/values-mcc334-mnc050/config.xml
@@ -33,8 +33,11 @@
<!-- String containing the apn value for tethering. May be overriden by secure settings
TETHER_DUN_APN. Value is a comma separated series of strings:
- "name,apn,proxy,port,username,password,server,mmsc,mmsproxy,mmsport,mcc,mnc,auth,type"
+ "name,apn,proxy,port,username,password,server,mmsc,mmsproxy,mmsport,mcc,mnc,auth,type",
+ Or string format of ApnSettingV3.
note that empty fields can be ommitted: "name,apn,,,,,,,,,310,260,,DUN" -->
- <string translatable="false" name="config_tether_apndata">Modem,modem.iusacellgsm.mx,,,iusacellgsm,iusacellgsm,,,,,334,050,1,DUN</string>
+ <string-array translatable="false" name="config_tether_apndata">
+ <item>Modem,modem.iusacellgsm.mx,,,iusacellgsm,iusacellgsm,,,,,334,050,1,DUN</item>
+ </string-array>
</resources>