diff options
author | Tom Taylor <tomtaylor@google.com> | 2012-04-24 13:33:06 -0700 |
---|---|---|
committer | Tom Taylor <tomtaylor@google.com> | 2012-04-24 13:33:06 -0700 |
commit | 2730dc9b3d34ef636d76d3e1d293706062e01639 (patch) | |
tree | 8ab068ae924bfa0ddb50ca15645cc0baee62e222 /overlay/packages/apps/Mms | |
parent | 920bdb854f8867e957083531ac6b88c78c89099a (diff) | |
download | device_samsung_maguro-2730dc9b3d34ef636d76d3e1d293706062e01639.zip device_samsung_maguro-2730dc9b3d34ef636d76d3e1d293706062e01639.tar.gz device_samsung_maguro-2730dc9b3d34ef636d76d3e1d293706062e01639.tar.bz2 |
We should not auto convert multiple SMS to MMS messages
Bug 2216705, 6370065
Let the user send unlimited (well, 2000 char) messages and they'll
automatically be broken up and sent/recvd as multiparts. This bug fixes
the maguro overlay.
Change-Id: I9c1b96af31785afedf0625486f15d63a7cbfb9d0
Diffstat (limited to 'overlay/packages/apps/Mms')
-rw-r--r-- | overlay/packages/apps/Mms/res/xml/mms_config.xml | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/overlay/packages/apps/Mms/res/xml/mms_config.xml b/overlay/packages/apps/Mms/res/xml/mms_config.xml index 3f7a8bc..429775e 100644 --- a/overlay/packages/apps/Mms/res/xml/mms_config.xml +++ b/overlay/packages/apps/Mms/res/xml/mms_config.xml @@ -57,15 +57,6 @@ to indicate no limit. --> <int name="recipientLimit">-1</int> - <!-- Maximum number of SMS message segments in a long text message before converting - the SMS message to an MMS message. --> - <int name="smsToMmsTextThreshold">4</int> - - <!-- If true, The text message over 160 characters will be sent in multi part. - If false, The text message over 160 characters will be sent - via multi media message. --> - <bool name="enableMultipartSMS">false</bool> - <!-- If true, The mms support slide duration. If false, The mms does not support slide duration and we have to set duration value. --> |