How to save SMS to inbox in android programmatically?

Posted by Senthil on Stack Overflow See other posts from Stack Overflow or by Senthil
Published on 2009-03-13T10:20:17Z Indexed on 2010/05/29 18:12 UTC
Read the original article Hit count: 208

Filed under:
|

I have written the below code , for sending SMS .

SmsManager smsManager = SmsManager.getDefault();
smsManager.sendTextMessage(destAddr, null, mMessageText, il, null);

But this is not updating in my Inbox ,I need to save the same message in Inbox, Or is there any way to invoke a native SMS application to send SMS ?

© Stack Overflow or respective owner

Related posts about android

Related posts about sms