Added an option to send long messages as MMS
This commit is contained in:
parent
724d78c336
commit
8fe7af8f83
35 changed files with 73 additions and 11 deletions
|
|
@ -771,6 +771,8 @@ class ThreadActivity : SimpleActivity() {
|
|||
val settings = Settings()
|
||||
settings.useSystemSending = true
|
||||
settings.deliveryReports = config.enableDeliveryReports
|
||||
settings.sendLongAsMms = config.sendLongMessageMMS
|
||||
settings.sendLongAsMmsAfter = 1
|
||||
|
||||
val SIMId = availableSIMCards.getOrNull(currentSIMCardIndex)?.subscriptionId
|
||||
if (SIMId != null) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue