summaryrefslogtreecommitdiffstats
path: root/overlay
diff options
context:
space:
mode:
authorKalimochoAz <calimochoazucarado@gmail.com>2012-03-30 18:12:45 +0200
committerKalimochoAz <calimochoazucarado@gmail.com>2012-03-30 18:12:45 +0200
commit3dcf2e03cc21a93af99210a39d0f6d8344a9d5a3 (patch)
treeb6f5937bff113e0e370231e6e72ae939b14d38f3 /overlay
parent8d7986c1ce25d9fc7643005dcfeaa916b5612f31 (diff)
downloaddevice_samsung_crespo-3dcf2e03cc21a93af99210a39d0f6d8344a9d5a3.zip
device_samsung_crespo-3dcf2e03cc21a93af99210a39d0f6d8344a9d5a3.tar.gz
device_samsung_crespo-3dcf2e03cc21a93af99210a39d0f6d8344a9d5a3.tar.bz2
Remove mms overlay
Change-Id: Ifa597f50b5f99bdfe9da4b2be0a4c2760aefdf12
Diffstat (limited to 'overlay')
-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>