handle sending group SMS
- in Context.getMessages, split the sender number by spaces " " to get each contact. - apply update in the android-smsmms lib - do not pass threadId in Transaction.sendNewMessage
This commit is contained in:
parent
43d5a0f665
commit
72cbb342a6
4 changed files with 9 additions and 6 deletions
|
|
@ -30,7 +30,7 @@ class HeadlessSmsSendService : Service() {
|
|||
transaction.setExplicitBroadcastForSentSms(smsSentIntent)
|
||||
transaction.setExplicitBroadcastForDeliveredSms(deliveredIntent)
|
||||
|
||||
transaction.sendNewMessage(message, getThreadId(number))
|
||||
transaction.sendNewMessage(message)
|
||||
} catch (ignored: Exception) {
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue