summaryrefslogtreecommitdiffstats
path: root/core/res/res/values-mcc234-mnc20
diff options
context:
space:
mode:
authorsy.yun <sy.yun@lge.com>2014-02-17 14:24:37 +0900
committerVineeta Srivastava <vsrivastava@google.com>2014-09-11 22:40:51 -0700
commitf244a029a12f3f000fcdf8de763b7473a97a381f (patch)
tree61de36625d65434b1bd0bb3dbba219929871f0a0 /core/res/res/values-mcc234-mnc20
parenta0000c6c3c0cccb99c86a41df02ea5770db70a21 (diff)
downloadframeworks_base-f244a029a12f3f000fcdf8de763b7473a97a381f.zip
frameworks_base-f244a029a12f3f000fcdf8de763b7473a97a381f.tar.gz
frameworks_base-f244a029a12f3f000fcdf8de763b7473a97a381f.tar.bz2
Add tethering apn for UK 3 operator
Bug: 12553553 Change-Id: Ia40480a49f94a6506cd941abc00f82a874223994
Diffstat (limited to 'core/res/res/values-mcc234-mnc20')
-rw-r--r--core/res/res/values-mcc234-mnc20/config.xml16
1 files changed, 16 insertions, 0 deletions
diff --git a/core/res/res/values-mcc234-mnc20/config.xml b/core/res/res/values-mcc234-mnc20/config.xml
index 1ed53dc..619e517 100644
--- a/core/res/res/values-mcc234-mnc20/config.xml
+++ b/core/res/res/values-mcc234-mnc20/config.xml
@@ -21,6 +21,22 @@
for different hardware and product builds. -->
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+ <!-- 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"
+ note that empty fields can be ommitted: "name,apn,,,,,,,,,310,260,,DUN" -->
+ <string translatable="false" name="config_tether_apndata">3hotspot,3hotspot,,,,,,,,,234,20,0,DUN</string>
+
<!-- Configure mobile network MTU. Carrier specific value is set here.
-->
<integer name="config_mobile_mtu">1440</integer>