All messaging apps use the Telephony content provider to store messages. So you could insert() a message into the content://sms/ provider. It's not simple, you'll probably need to read through the code of the open source messaging app to figure out how to format the message.
-- 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

