summaryrefslogtreecommitdiffstats
path: root/overlay/common/packages/apps/Mms/res/xml-mcc310-mnc680/mms_config.xml
diff options
context:
space:
mode:
authorMatt Mower <mowerm@gmail.com>2014-03-13 15:40:35 -0500
committerEthan Chen <intervigil@gmail.com>2014-03-18 16:37:19 +0000
commit884aaadf71c5afaf04702f0b49cd9ae06ddc70bf (patch)
tree9bac732f3d352e74aceda942ac1c6fb087f56ccd /overlay/common/packages/apps/Mms/res/xml-mcc310-mnc680/mms_config.xml
parent5de6ec579e2dbe619eac1dac3152e9a863ba26ba (diff)
downloadvendor_replicant-884aaadf71c5afaf04702f0b49cd9ae06ddc70bf.zip
vendor_replicant-884aaadf71c5afaf04702f0b49cd9ae06ddc70bf.tar.gz
vendor_replicant-884aaadf71c5afaf04702f0b49cd9ae06ddc70bf.tar.bz2
Squashed revert of mms and spn-specific overlays
In theory, could have been a good idea, but ultimately just leads to headaches for device maintainers that need to overlay any of these. Revert "overlay: remove Verizon specific eri.xml" This reverts commit 5f92da62c686c12c00fc9f7948654816c586f838. Revert "Add Japanese APNs/eri for au, docomo MVNO, EMOBILE and SoftBank" This reverts commit eeeb0888d437ac0147cfe4b81aba264cf0d00b70. Revert "Add apns/eri for Boost Mobile" This reverts commit b207e2eda31e10a45a20774c61dc350975095d1b. Revert "add more vzw eri's" This reverts commit 82e10af192daaacf9e819253264a09a7051d0e06. Revert "multi-carrier overlays: Add eri and config for US Cellular" This reverts commit 1af75f1ba7abb351ec1113eeceaa00389a119e3b. Revert "Multi-carrier overlays: Fix Mms" This reverts commit f8b0737a435d211b01baf5df3feb9f98039884e2. Revert "Generic multi-carrier overlays based on hammerhead" This reverts commit 6f5758c9c33d1be82f76e32a8d83b427204436d1. Change-Id: I3495a89ce405362dc558f7ec7f0e61adea9fa507
Diffstat (limited to 'overlay/common/packages/apps/Mms/res/xml-mcc310-mnc680/mms_config.xml')
-rw-r--r--overlay/common/packages/apps/Mms/res/xml-mcc310-mnc680/mms_config.xml32
1 files changed, 0 insertions, 32 deletions
diff --git a/overlay/common/packages/apps/Mms/res/xml-mcc310-mnc680/mms_config.xml b/overlay/common/packages/apps/Mms/res/xml-mcc310-mnc680/mms_config.xml
deleted file mode 100644
index 766d936..0000000
--- a/overlay/common/packages/apps/Mms/res/xml-mcc310-mnc680/mms_config.xml
+++ /dev/null
@@ -1,32 +0,0 @@
-<?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 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.
--->
-
-<!-- AT&T U.S. mcc=310, mnc=680 -->
-
-<mms_config version="3">
- <!-- Maximum message size in bytes for a MMS message -->
- <int name="maxMessageSize">614400</int>
-
- <!-- Maximum height for an attached image -->
- <int name="maxImageHeight">1944</int>
-
- <!-- Maximum width for an attached image -->
- <int name="maxImageWidth">2592</int>
-
- <!-- UAProf URL -->
- <string name="uaProfUrl">http://www.google.com/oha/rdf/ua-profile-kila.xml</string>
-
-</mms_config>