Mike Dodd | d3b009a | 2015-08-11 11:16:59 -0700 | [diff] [blame] | 1 | <?xml version="1.0" encoding="utf-8"?> |
| 2 | <!-- Copyright 2014 The Android Open Source Project |
| 3 | |
| 4 | Licensed under the Apache License, Version 2.0 (the "License"); |
| 5 | you may not use this file except in compliance with the License. |
| 6 | You may obtain a copy of the License at |
| 7 | |
| 8 | http://www.apache.org/licenses/LICENSE-2.0 |
| 9 | |
| 10 | Unless required by applicable law or agreed to in writing, software |
| 11 | distributed under the License is distributed on an "AS IS" BASIS, |
| 12 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 13 | See the License for the specific language governing permissions and |
| 14 | limitations under the License. |
| 15 | --> |
| 16 | |
| 17 | <mms_config version="2"> |
| 18 | <!-- In case of single segment M-Notification.ind, this indicates whether |
| 19 | TransactionID should be appended to URI or not. --> |
| 20 | <bool name="enabledTransID">true</bool> |
| 21 | |
| 22 | <!-- Send M-Acknowledge.ind and M-NotifyResp.ind to the URL received by the |
| 23 | M-Notification.ind (WAP-PUSH). --> |
| 24 | <bool name="enabledNotifyWapMMSC">true</bool> |
| 25 | |
| 26 | <!-- Maximum message size in bytes for a MMS message --> |
| 27 | <int name="maxMessageSize">1048576</int> |
| 28 | |
| 29 | <!-- UAProf parameter tag name --> |
| 30 | <string name="uaProfTagName">x-wap-profile</string> |
| 31 | |
| 32 | <!-- Maximum number of recipients allowed per message. Use a value of -1 |
| 33 | to indicate no limit. --> |
| 34 | <int name="recipientLimit">20</int> |
| 35 | |
| 36 | <!-- Additional http parameters used in MMS http request. |
| 37 | Parameters are seperated by '|'. Optional. --> |
| 38 | <string name="httpParams">x-vzw-mdn: 1##LINE1NOCOUNTRYCODE##</string> |
| 39 | |
| 40 | <!-- Maximum height for an attached image --> |
| 41 | <int name="maxImageHeight">1944</int> |
| 42 | |
| 43 | <!-- Maximum width for an attached image --> |
| 44 | <int name="maxImageWidth">2592</int> |
| 45 | |
| 46 | <!-- If true, The text message over 160 characters will be sent in multi part. |
| 47 | If false, The text message over 160 characters will be sent |
| 48 | via multi media message or separate, independent SMS messages, |
| 49 | dependent on sendMultipartSMSAsSeparateMessages value. --> |
| 50 | <bool name="enableMultipartSMS">false</bool> |
| 51 | |
| 52 | <!-- Email Gateway Number --> |
| 53 | <!-- TODO: check if this is correct for Passion --> |
| 54 | <string name="emailGatewayNumber">6245</string> |
| 55 | |
| 56 | <bool name="allowAttachAudio">true</bool> |
| 57 | |
| 58 | <!-- Hide the MMS read reports UI in settings --> |
| 59 | <bool name="enableMMSReadReports">false</bool> |
| 60 | |
| 61 | <!-- Maximum length in chars of mms subject field --> |
| 62 | <int name="maxSubjectLength">80</int> |
| 63 | |
| 64 | </mms_config> |
| 65 | |