summaryrefslogtreecommitdiffstats
path: root/core/res/res/values-mcc302-mnc780
diff options
context:
space:
mode:
authorseonju.oh <seonju.oh@lge.com>2013-05-24 15:46:34 +0900
committerSungmin Choi <sungmin.choi@lge.com>2013-05-24 10:33:11 -0700
commit8645031246616ad64cf80f2e274ed6f87104089c (patch)
tree009528657332e4666d79601280a30763090d762e /core/res/res/values-mcc302-mnc780
parent9c759e3968015c0d30a1a049754e4514adfdb565 (diff)
downloadframeworks_base-8645031246616ad64cf80f2e274ed6f87104089c.zip
frameworks_base-8645031246616ad64cf80f2e274ed6f87104089c.tar.gz
frameworks_base-8645031246616ad64cf80f2e274ed6f87104089c.tar.bz2
Update tethering profile for specific operators
Update or add tethering profiles in config.xml. And also add MOBILE_DUN to config_tether_upstream_types FR-ORG,SFR ES-VDF,ORG,Movistar IT-VDF,TIM GR-VDF US-TMO CA-Rogers,Fido Isreal-ORG,PC HOT Mobile HK-CSL,Hutchison AU-Telstra Change-Id: Ic3501263679785362bc50a5a4ea3751e7f0c7b21 Signed-off-by: Seonju Oh <seonju.oh@lge.com> Signed-off-by: Sungmin Choi <sungmin.choi@lge.com>
Diffstat (limited to 'core/res/res/values-mcc302-mnc780')
-rw-r--r--core/res/res/values-mcc302-mnc780/config.xml40
1 files changed, 40 insertions, 0 deletions
diff --git a/core/res/res/values-mcc302-mnc780/config.xml b/core/res/res/values-mcc302-mnc780/config.xml
new file mode 100644
index 0000000..42d4956
--- /dev/null
+++ b/core/res/res/values-mcc302-mnc780/config.xml
@@ -0,0 +1,40 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--
+/*
+** Copyright 2013, The Android Open Source Project
+**
+** Licensed under the Apache License, Version 2.0 (the "License");
+** you may not use this file except in compliance with the License.
+** You my obtain a copy of the License at
+**
+** http://www.apache.org/licenses/LICENSE-2.0
+**
+** Unless required by applicable law or agreed to in writing, software
+** distributed under the License is distributed on an "AS IS" BASIS,
+** WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+** See the License for the specific language governing permissions and
+** limitations under the License.
+*/
+-->
+
+<!-- These resources are around just to allow their values to be customized
+ 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">SaskTel Tethering,inet.stm.sk.ca,,,,,,,,,302,780,,DUN</string>
+
+</resources>