summaryrefslogtreecommitdiff
path: root/overlay
diff options
context:
space:
mode:
authorhyeonggyu.kim <hyeonggyu.kim@lge.com>2015-08-20 15:19:40 +0900
committerVineeta Srivastava <vsrivastava@google.com>2015-08-27 22:26:05 -0700
commit7bdcefcfdbbe85cd9c502acd95920340e26294b3 (patch)
tree5fe17391c3226751722bb852ddf902dbae38c279 /overlay
parent8482c35d6da64f24c9a636e16bc54e9b95321bac (diff)
downloadbullhead-7bdcefcfdbbe85cd9c502acd95920340e26294b3.tar.gz
bullhead/apns: Update apns-full-conf.xml
- Change mms info and change protocol for Play. (26006) - Change order of default apn.Vodafonemobileconnect (40401) - Set authtype to none for 3se (24002,24004) - Set authtype to none for telia (24001,24005) - Set authtype to none change IP version to IPv46 for tele2(24007,24005,24024) - Set authtype to none for telenor(24004,24008,24024) - Set authtype to none and modify profile name for halebop (24001,24005,24017) - Remove supl apn and add supl type to default apn for 334090 - Remove username,password and set authtype 0 for 21418 - Correct profile name for 21407 - Correct apn name for 21901+bonbon - Add IP version(V4V6) for Null APN for 44410 (docomo) - Change APN TYPE for Internet APN for 44010 (docomo) - Remove ims apn for VDF and DTAG because VoLTE service is not supported. - Add tether_dun_apn for dun to 22201 at overlay - Change IA apn position for changing attach profile when using IA type. (KR) Remove LGU roaming APN because of new LGU requirement. - modify apn for 45400,45402,45418 (csl) - add lte apn for 45503 ( 3 macau ) - add DUN apn in resource for 45400,45402,45418 (csl) bug:23573958 Change-Id: I2cc632da0f4dd9a2f94ab3c1cf9f779a2886e9d3
Diffstat (limited to 'overlay')
-rw-r--r--overlay/frameworks/base/core/res/res/values-mcc222-mnc01/config.xml10
-rw-r--r--overlay/frameworks/base/core/res/res/values-mcc454-mnc00/config.xml31
-rw-r--r--overlay/frameworks/base/core/res/res/values-mcc454-mnc02/config.xml31
-rw-r--r--overlay/frameworks/base/core/res/res/values-mcc454-mnc18/config.xml31
4 files changed, 103 insertions, 0 deletions
diff --git a/overlay/frameworks/base/core/res/res/values-mcc222-mnc01/config.xml b/overlay/frameworks/base/core/res/res/values-mcc222-mnc01/config.xml
index 81f50d6..bc16a93 100644
--- a/overlay/frameworks/base/core/res/res/values-mcc222-mnc01/config.xml
+++ b/overlay/frameworks/base/core/res/res/values-mcc222-mnc01/config.xml
@@ -22,4 +22,14 @@
<resources>
<!-- MMS user agent prolfile url -->
<string name="config_mms_user_agent_profile_url" translatable="false">http://gsm.lge.com/html/gsm/20151004.xml</string>
+
+ <!-- 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>Tethering Internet,web.omnitel.it,,,,,,,,,222,10,,DUN</item>
+ </string-array>
+
</resources>
diff --git a/overlay/frameworks/base/core/res/res/values-mcc454-mnc00/config.xml b/overlay/frameworks/base/core/res/res/values-mcc454-mnc00/config.xml
new file mode 100644
index 0000000..185c31d
--- /dev/null
+++ b/overlay/frameworks/base/core/res/res/values-mcc454-mnc00/config.xml
@@ -0,0 +1,31 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--
+/*
+** Copyright 2015, 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 may 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>
+ <!-- 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>csl Tethering,lte.internet,,,,,,,,,454,00,,DUN</item>
+ </string-array>
+</resources>
diff --git a/overlay/frameworks/base/core/res/res/values-mcc454-mnc02/config.xml b/overlay/frameworks/base/core/res/res/values-mcc454-mnc02/config.xml
new file mode 100644
index 0000000..abec982
--- /dev/null
+++ b/overlay/frameworks/base/core/res/res/values-mcc454-mnc02/config.xml
@@ -0,0 +1,31 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--
+/*
+** Copyright 2015, 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 may 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>
+ <!-- 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>csl Tethering,lte.internet,,,,,,,,,454,02,,DUN</item>
+ </string-array>
+</resources>
diff --git a/overlay/frameworks/base/core/res/res/values-mcc454-mnc18/config.xml b/overlay/frameworks/base/core/res/res/values-mcc454-mnc18/config.xml
new file mode 100644
index 0000000..eb26cbb
--- /dev/null
+++ b/overlay/frameworks/base/core/res/res/values-mcc454-mnc18/config.xml
@@ -0,0 +1,31 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--
+/*
+** Copyright 2015, 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 may 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>
+ <!-- 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>csl Tethering,lte.internet,,,,,,,,,454,18,,DUN</item>
+ </string-array>
+</resources>