diff options
| author | Matt Filetto <matt.filetto@gmail.com> | 2014-11-26 03:00:00 -0800 |
|---|---|---|
| committer | doc <doc.divxm@gmail.com> | 2015-03-16 23:09:18 +0200 |
| commit | 043b4655d4c7053927f47e03f7acc224165f91e3 (patch) | |
| tree | 1f35da3374b4b529599ae9185dde65ebdf66c523 | |
| parent | 1ce781b78c41585198123427cb949e427c1cf95e (diff) | |
mms: add overlay for Claro PR carrierlp5.0
* Set correct UAProf and max image size configs
Change-Id: Icd13e1afbed4e13c644d49a5a7b09215cbf58b94
| -rwxr-xr-x | overlay/packages/apps/Mms/res/xml-mcc330-mnc110/mms_config.xml | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/overlay/packages/apps/Mms/res/xml-mcc330-mnc110/mms_config.xml b/overlay/packages/apps/Mms/res/xml-mcc330-mnc110/mms_config.xml new file mode 100755 index 0000000..f56d858 --- /dev/null +++ b/overlay/packages/apps/Mms/res/xml-mcc330-mnc110/mms_config.xml @@ -0,0 +1,32 @@ +<?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. +--> + +<!-- Claro PR --> + +<mms_config version="3"> + <!-- Maximum message size in bytes for a MMS message --> + <int name="maxMessageSize">307200</int> + + <!-- Maximum height for an attached image --> + <int name="maxImageHeight">480</int> + + <!-- Maximum width for an attached image --> + <int name="maxImageWidth">640</int> + + <!-- UAProf URL --> + <string name="uaProfUrl">http://wap.samsungmobile.com/uaprof/samsung_android_mms.xml</string> + +</mms_config> |
