Write sent sms to content://sms/sent table

后端 未结 2 1757
既然无缘
既然无缘 2020-12-25 08:33

I am working on an android sms application.I can send sms to single contact by using the following code.

sms.sendTextMessage(phoneNumber, null, message, sent         


        
2条回答
  •  独厮守ぢ
    2020-12-25 08:56

    Looks like you should create a new thread for the group message and insert it into the new thread as well as the individual threads.

提交回复
热议问题