summaryrefslogtreecommitdiffstats
path: root/overlay/common/packages/apps/Mms/res/xml/mms_config.xml
diff options
context:
space:
mode:
Diffstat (limited to 'overlay/common/packages/apps/Mms/res/xml/mms_config.xml')
-rw-r--r--overlay/common/packages/apps/Mms/res/xml/mms_config.xml18
1 files changed, 18 insertions, 0 deletions
diff --git a/overlay/common/packages/apps/Mms/res/xml/mms_config.xml b/overlay/common/packages/apps/Mms/res/xml/mms_config.xml
index 962c3be..04f4736 100644
--- a/overlay/common/packages/apps/Mms/res/xml/mms_config.xml
+++ b/overlay/common/packages/apps/Mms/res/xml/mms_config.xml
@@ -50,10 +50,28 @@
set the limit above this value. -->
<int name="maxMessageCountPerThread">5000</int>
+ <!-- UAProf URL -->
+ <string name="uaProfUrl">http://www.google.com/oha/rdf/ua-profile-kila.xml</string>
+
<!-- Maximum number of recipients allowed per message. Use a value of -1
to indicate no limit. -->
<int name="recipientLimit">-1</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">true</bool>
+
+ <!-- If true, the text message will be split every 160 characters.
+ If false, the text will never be split before being sent. -->
+ <bool name="enableSplitSMS">false</bool>
+
+ <!-- If enableMultipartSMS is true and smsToMmsTextThreshold > 1, then multi-part SMS messages
+ will be converted into a single mms message. For example, if the mms_config.xml file
+ specifies <int name="smsToMmsTextThreshold">7</int>, then on the 8th sms segment, the
+ message will be converted to an mms. -->
+ <int name="smsToMmsTextThreshold">-1</int>
+
<!-- If true, The mms support slide duration.
If false, The mms does not support slide duration and we have to
set duration value. -->