From 68782a6f1558bbac84ba730e8e3d2310e238e032 Mon Sep 17 00:00:00 2001 From: paramecium Date: Thu, 2 Aug 2012 12:22:00 +0200 Subject: [PATCH] Allow multi-part sms messages Although the sms to mms threshold was set at 4, the bool enableMultipartSMS was set to false, so after 160 characters a sms would change to a mms. I saw some people complaining on the forums about this, as mms messages often cost whereas sms messages are often free. --- overlay/packages/apps/Mms/res/xml/mms_config.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/overlay/packages/apps/Mms/res/xml/mms_config.xml b/overlay/packages/apps/Mms/res/xml/mms_config.xml index 8088cd0..9dd21f0 100644 --- a/overlay/packages/apps/Mms/res/xml/mms_config.xml +++ b/overlay/packages/apps/Mms/res/xml/mms_config.xml @@ -48,7 +48,7 @@ - false + true