mirror of
https://github.com/oxen-io/session-android.git
synced 2025-12-02 22:01:57 +00:00
Update MMS configs.
This commit is contained in:
committed by
Greyson Parrelli
parent
d2ece1c1f2
commit
9652fd2844
39
res/xml-mcc310-mnc10/mms_config.xml
Normal file
39
res/xml-mcc310-mnc10/mms_config.xml
Normal file
@@ -0,0 +1,39 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<mms_config version="10">
|
||||
<int name="maxMessageSize">1048576</int>
|
||||
<int name="maxImageHeight">1944</int>
|
||||
<int name="maxImageWidth">2592</int>
|
||||
<int name="maxFrameRate">15</int>
|
||||
<bool name="enableMultipartSMS">false</bool>
|
||||
<bool name="sendMultipartSmsAsSeparateMessages">true</bool>
|
||||
<bool name="enableSlideDuration">false</bool>
|
||||
<int name="maxMessageTextSize">-1</int>
|
||||
<bool name="enableMMSReadReports">false</bool>
|
||||
<bool name="enableSMSDeliveryReports">false</bool>
|
||||
<bool name="enableMMSDeliveryReports">false</bool>
|
||||
<bool name="supportMmsContentDisposition">false</bool>
|
||||
<string name="hiddenContactsData"> {
|
||||
"hidden_contact": [
|
||||
{
|
||||
"display_name": "Verizon Global Support",
|
||||
"return_number": "9085594899",
|
||||
"range": [{"start": "900080005330", "end": "900080005349"}]
|
||||
},
|
||||
{
|
||||
"display_name": "Verizon Wireless",
|
||||
"range": [{"start": "900080000105", "end": "900080000105"},
|
||||
{"start": "900080000111", "end": "900080000111"},
|
||||
{"start": "900080000117", "end": "900080000117"},
|
||||
{"start": "900080004000", "end": "900080004009"},
|
||||
{"start": "900080004020", "end": "900080004024"},
|
||||
{"start": "900080005030", "end": "900080005039"},
|
||||
{"start": "900090005000", "end": "900090005999"}]
|
||||
}
|
||||
]
|
||||
}
|
||||
</string>
|
||||
<string name="cdmaSmsErrorDescMap">verizon_cdma</string>
|
||||
<int name="emailGatewaySmsToMmsTextThreshold">1</int>
|
||||
<bool name="supportMmsPriority">true</bool>
|
||||
<string name="spamForwardingNumber">7726</string>
|
||||
</mms_config>
|
||||
Reference in New Issue
Block a user