Android send SMS which is visible in SMS thread (no GUI)

前端 未结 2 1135
醉梦人生
醉梦人生 2020-12-13 22:31

What I need:
- Send SMS with no GUI interaction (choosing a client to send SMS is out)
- SMS has to be visible in a thread queried from \"content://mms-sms/conversat

2条回答
  •  粉色の甜心
    2020-12-13 23:16

    You need to use the following value:

    values.put("thread_id", threadId);
    

    And it will be associated with the thread.

提交回复
热议问题