Update MMS configs.

This commit is contained in:
Alan Evans
2019-04-18 11:14:27 -03:00
committed by Greyson Parrelli
parent d2ece1c1f2
commit 9652fd2844
213 changed files with 3746 additions and 0 deletions

12
res/xml/mms_config.xml Normal file
View File

@@ -0,0 +1,12 @@
<?xml version="1.0" encoding="utf-8"?>
<mms_config version="4">
<bool name="enabledMMS">true</bool>
<int name="maxMessageSize">307200</int>
<int name="maxImageHeight">480</int>
<int name="maxImageWidth">640</int>
<int name="recipientLimit">-1</int>
<bool name="enableMultipartSMS">true</bool>
<int name="smsToMmsTextThreshold">-1</int>
<int name="maxMessageTextSize">-1</int>
<bool name="groupChatDefaultsToMMS">false</bool>
</mms_config>