summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKalimochoAz <calimochoazucarado@gmail.com>2012-04-04 14:33:15 +0400
committerGerrit Code Review <gerrit@review.cyanogenmod.com>2012-04-04 14:33:15 +0400
commit1b1b3214d5872e9868ed262cc1a120ac435d0c8c (patch)
treed102c3377bf73f3d9082fb7be662fc69b283662b
parent71521ff53b966f8ecea0e7791686b1b4fd170c7c (diff)
parent3dcf2e03cc21a93af99210a39d0f6d8344a9d5a3 (diff)
downloaddevice_samsung_crespo-1b1b3214d5872e9868ed262cc1a120ac435d0c8c.zip
device_samsung_crespo-1b1b3214d5872e9868ed262cc1a120ac435d0c8c.tar.gz
device_samsung_crespo-1b1b3214d5872e9868ed262cc1a120ac435d0c8c.tar.bz2
Merge "Remove mms overlay" into ics
-rw-r--r--overlay/packages/apps/Mms/res/xml/mms_config.xml39
1 files changed, 0 insertions, 39 deletions
diff --git a/overlay/packages/apps/Mms/res/xml/mms_config.xml b/overlay/packages/apps/Mms/res/xml/mms_config.xml
deleted file mode 100644
index cc04ebc..0000000
--- a/overlay/packages/apps/Mms/res/xml/mms_config.xml
+++ /dev/null
@@ -1,39 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Copyright (C) 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 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.
--->
-
-<!-- Version History
- version 1 - initial version.
- version 2 - added recipientLimit.
- version 3 - added min/max recycler values.
- version 4 - added sms to mms text threshold.
--->
-
-<mms_config version="4">
-
- <!-- Maximum height for an attached image -->
- <int name="maxImageHeight">1920</int>
-
- <!-- Maximum width for an attached image -->
- <int name="maxImageWidth">2560</int>
-
- <!-- UAProf URL -->
- <string name="uaProfUrl">http://wap.samsungmobile.com/uaprof/nexuss.xml</string>
-
- <!-- User-Agent parameter used in MMS http request -->
- <!-- this is default to "Android-Mms/0.1". Override if necessary. Optional -->
- <string name="userAgent">nexuss</string>
-
-</mms_config>