summaryrefslogtreecommitdiffstats
path: root/core
diff options
context:
space:
mode:
authorRobert Greenwalt <rgreenwalt@google.com>2011-10-27 17:06:13 -0700
committerRobert Greenwalt <rgreenwalt@google.com>2011-10-27 17:06:13 -0700
commitcd04e9de4c730fc76b4083b92426b75475774571 (patch)
tree8454366c7974b5d215405d2dc5beb6e971031b05 /core
parent4efe58d8e7ff6186e5f0341174f22123e0934bee (diff)
downloadframeworks_base-cd04e9de4c730fc76b4083b92426b75475774571.zip
frameworks_base-cd04e9de4c730fc76b4083b92426b75475774571.tar.gz
frameworks_base-cd04e9de4c730fc76b4083b92426b75475774571.tar.bz2
Add SFR DUN configuration.
Note that this will currently get rid of the Tethering option as DUN tethering is broken, but that should get fixed shortly. bug:5495862 Change-Id: I3a45529649bf05e1e6631069fc830b4051da4fd3
Diffstat (limited to 'core')
-rwxr-xr-xcore/res/res/values-mcc208-mnc10/config.xml38
1 files changed, 38 insertions, 0 deletions
diff --git a/core/res/res/values-mcc208-mnc10/config.xml b/core/res/res/values-mcc208-mnc10/config.xml
new file mode 100755
index 0000000..99cc599
--- /dev/null
+++ b/core/res/res/values-mcc208-mnc10/config.xml
@@ -0,0 +1,38 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--
+/*
+** Copyright 2009, 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>
+ </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">SFR Option Modem,websfr,,,,,,,,,208,10,,DUN"</string>
+
+</resources>