Questions tagged [android-sms]

Working with SMS in Android. If asking about SMS in general, use sms tag.

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
1 2 3 4 5 6 7
8