Hi
I am trying to send a text message like this.
SmsManager sm = SmsManager.getDefault();
sm.sendTextMessage("5556", "5554", "Test SMS", null, null);
5554 - my app is running on this emulator instance.
5556 - another emulator instance port#.
After this, access "content://sms/sent" to check the sent items.
But I do not see any sent messages. Why?
Is there anything else that shdbe done to update the Sent Items
list?
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---