summaryrefslogtreecommitdiffstats
path: root/overlay
diff options
context:
space:
mode:
authorRicardo Cerqueira <cyanogenmod@cerqueira.org>2014-03-12 17:37:54 +0000
committerGerrit Code Review <gerrit@cyanogenmod.org>2014-03-12 17:37:54 +0000
commit11192e27b5edcde3b7ec33c7a0ee8e3173f06548 (patch)
treee289f62202ff0dbb348d2f76466633d229c1147a /overlay
parent449fb2ceef8fa255a4b7e17d8c6abe55cbcb9772 (diff)
parentff14150a5d2451a7bfdad66bfb39c2e024393f11 (diff)
downloadvendor_replicant-11192e27b5edcde3b7ec33c7a0ee8e3173f06548.zip
vendor_replicant-11192e27b5edcde3b7ec33c7a0ee8e3173f06548.tar.gz
vendor_replicant-11192e27b5edcde3b7ec33c7a0ee8e3173f06548.tar.bz2
Merge "overlay: add tmo and att default LTE apns" into cm-11.0
Diffstat (limited to 'overlay')
-rw-r--r--overlay/common/packages/providers/TelephonyProvider/res/values-mcc310-mnc260/config.xml23
-rw-r--r--overlay/common/packages/providers/TelephonyProvider/res/values-mcc310-mnc410/config.xml23
2 files changed, 46 insertions, 0 deletions
diff --git a/overlay/common/packages/providers/TelephonyProvider/res/values-mcc310-mnc260/config.xml b/overlay/common/packages/providers/TelephonyProvider/res/values-mcc310-mnc260/config.xml
new file mode 100644
index 0000000..1e4d855
--- /dev/null
+++ b/overlay/common/packages/providers/TelephonyProvider/res/values-mcc310-mnc260/config.xml
@@ -0,0 +1,23 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Copyright (C) 2012 The CyanogenMod 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.
+-->
+
+<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+
+ <!-- The preferred APN to use, in the format name,mcc,mnc
+ Leave empty to choose automatically. -->
+ <string name="config_preferred_apn">fast.t-mobile.com,310,260</string>
+</resources>
+
diff --git a/overlay/common/packages/providers/TelephonyProvider/res/values-mcc310-mnc410/config.xml b/overlay/common/packages/providers/TelephonyProvider/res/values-mcc310-mnc410/config.xml
new file mode 100644
index 0000000..9f82f18
--- /dev/null
+++ b/overlay/common/packages/providers/TelephonyProvider/res/values-mcc310-mnc410/config.xml
@@ -0,0 +1,23 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Copyright (C) 2012 The CyanogenMod 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.
+-->
+
+<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+
+ <!-- The preferred APN to use, in the format name,mcc,mnc
+ Leave empty to choose automatically. -->
+ <string name="config_preferred_apn">pta,310,410</string>
+</resources>
+