Android delete sms messages in sent box
Before Android KitKat, it was possible to send SMS messages without them being stored in the sent folder of the installed messaging apps on the device, using this method: SmsManager sms = SmsManager.getDefault(); sms.sendTextMessage(phonenumber, null, message, null, null); But how is it done post-KitKat? Do you have to delete the messages that are sent out by your app? And if so, how is it done correctly? Mike M. Starting with KitKat, any app with the SEND_SMS permission is able to send messages with the standard SmsManager methods, and the system will handle writing the messages to the