summaryrefslogtreecommitdiffstats
path: root/overlay/common/packages/providers/TelephonyProvider
diff options
context:
space:
mode:
authorDan Pasanen <dan.pasanen@gmail.com>2014-03-05 19:57:13 -0600
committerDan Pasanen <dan.pasanen@gmail.com>2014-03-05 19:57:13 -0600
commitff14150a5d2451a7bfdad66bfb39c2e024393f11 (patch)
tree3e4d3e79f9c17c1ae8c957bc96db7dfdeb458269 /overlay/common/packages/providers/TelephonyProvider
parenta278f039cb955f88b1a9987630a197945da2c311 (diff)
downloadvendor_replicant-ff14150a5d2451a7bfdad66bfb39c2e024393f11.zip
vendor_replicant-ff14150a5d2451a7bfdad66bfb39c2e024393f11.tar.gz
vendor_replicant-ff14150a5d2451a7bfdad66bfb39c2e024393f11.tar.bz2
overlay: add tmo and att default LTE apns
Change-Id: Ic243e0f9a37bbb50fb8d3b4c598f7e6e7e663fce
Diffstat (limited to 'overlay/common/packages/providers/TelephonyProvider')
-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>
+