summaryrefslogtreecommitdiffstats
path: root/core/res/res/values-mcc204-mnc04
diff options
context:
space:
mode:
authorSungmin Choi <sungmin.choi@lge.com>2013-12-13 14:30:24 +0900
committerRobert Greenwalt <rgreenwalt@google.com>2014-11-10 17:45:23 -0800
commit49fb297a63fff4095b4e171b940da04905015b12 (patch)
treeeff4c1a08f0d6923cd2bf7287ab37b0dd9e69aef /core/res/res/values-mcc204-mnc04
parent767461e509abbf0e0b0039256b87840f3fce36be (diff)
downloadframeworks_base-49fb297a63fff4095b4e171b940da04905015b12.zip
frameworks_base-49fb297a63fff4095b4e171b940da04905015b12.tar.gz
frameworks_base-49fb297a63fff4095b4e171b940da04905015b12.tar.bz2
telephony: Add tethering profiles to support mvno
Add tethering profiles to use string-array in config.xml. Bug: 10096119 Change-Id: Idb6479baaa6b531c6bbae6e778386617ff8e8e3d
Diffstat (limited to 'core/res/res/values-mcc204-mnc04')
-rw-r--r--core/res/res/values-mcc204-mnc04/config.xml20
1 files changed, 20 insertions, 0 deletions
diff --git a/core/res/res/values-mcc204-mnc04/config.xml b/core/res/res/values-mcc204-mnc04/config.xml
index 0e67669..2cc7374 100644
--- a/core/res/res/values-mcc204-mnc04/config.xml
+++ b/core/res/res/values-mcc204-mnc04/config.xml
@@ -43,4 +43,24 @@
<item>true;BAE0000000000000</item>
<item>false</item>
</string-array>
+
+ <!-- Array of ConnectivityManager.TYPE_xxxx values allowable for tethering -->
+ <!-- Common options are [1, 4] for TYPE_WIFI and TYPE_MOBILE_DUN or
+ <!== [0,1,5,7] for TYPE_MOBILE, TYPE_WIFI, TYPE_MOBILE_HIPRI and TYPE_BLUETOOTH -->
+ <integer-array translatable="false" name="config_tether_upstream_types">
+ <item>1</item>
+ <item>4</item>
+ <item>7</item>
+ <item>9</item>
+ </integer-array>
+
+ <!-- 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",
+ Or string format of ApnSettingV3.
+ note that empty fields can be ommitted: "name,apn,,,,,,,,,310,260,,DUN" -->
+ <string-array translatable="false" name="config_tether_apndata">
+ <item>Vodafone NL,live.vodafone.com,,,vodafone,vodafone,,,,,204,04,,DUN</item>
+ <item>[ApnSettingV3]SaskTel Tethering,inet.stm.sk.ca,,,,,,,,,204,04,,DUN,,,true,0,,,,,,,gid,5A</item>
+ </string-array>
</resources>