summaryrefslogtreecommitdiffstats
path: root/core/res/res/values-mcc208-mnc10
diff options
context:
space:
mode:
authorSanket Padawe <sanketpadawe@google.com>2014-12-17 14:19:58 -0800
committerSanket Padawe <sanketpadawe@google.com>2014-12-17 14:19:58 -0800
commitd6d84bb8564db709c6294d4f70f889aa07117e42 (patch)
tree2caa24ec2f4aad31959487ff6dfa148733d648b6 /core/res/res/values-mcc208-mnc10
parentd3836e9df4ee0b22dd115e96abe976730263129d (diff)
downloadframeworks_base-d6d84bb8564db709c6294d4f70f889aa07117e42.zip
frameworks_base-d6d84bb8564db709c6294d4f70f889aa07117e42.tar.gz
frameworks_base-d6d84bb8564db709c6294d4f70f889aa07117e42.tar.bz2
Removing unwanted tethering profiles from config.xml
Bug: 18769044 Change-Id: I9002f6bdcd23bf02596798bcb5370ed456aaca39
Diffstat (limited to 'core/res/res/values-mcc208-mnc10')
-rw-r--r--core/res/res/values-mcc208-mnc10/config.xml8
1 files changed, 0 insertions, 8 deletions
diff --git a/core/res/res/values-mcc208-mnc10/config.xml b/core/res/res/values-mcc208-mnc10/config.xml
index 10e8dcc..a32f266 100644
--- a/core/res/res/values-mcc208-mnc10/config.xml
+++ b/core/res/res/values-mcc208-mnc10/config.xml
@@ -21,14 +21,6 @@
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>
- </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",