I'm trying to send the SMS through SmsManager and then delete it from the sent items.
I'm running the following code:
SmsManager sms = SmsManager.getDefault();
sms.sendTextMessage(num.getText().toString(), null, msg.getText().toString(), null,...
asked by
13.09.2015 / 01:18