Working with SMS in Android. If asking about SMS in general, use sms tag.
Questions tagged [android-sms]
106 questions
-2
votes
1 answer
android -how to save sent messages sent via SmsMessage
I'm using SmsMessage to send sms via my application . this is my code :
SmsManager sms = SmsManager.getDefault();
sms.sendTextMessage(tel, null, text, null, null);
it works fine and I've no problem with sending…

navid abutorab
- 189
- 1
- 2
- 9