Android send SMS which is visible in SMS thread (no GUI)
问题 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/conversations/"+threadId Currently I'm using SMSManager: SmsManager sms = SmsManager.getDefault(); sms.sendTextMessage(phone, null, message, null, null); Is there any ways to do this across all the devices considering each of them has a different SMS app. Thanks in advance. 回答1: Just figured it out, you can use ContentResolver to insert the