What do I need to do to both send an SMS message but also have it appear in the user's text messaging apps as if they sent it from the app themselves?
Asked
Active
Viewed 1,969 times
1
-
I am doing something similar HERE!!! http://stackoverflow.com/questions/14452808/sending-and-receiving-mms-in-android – Etienne Lawlor Jan 22 '13 at 08:00
2 Answers
1
You can write your own SMS client.
Or, you can negotiate with every SMS client author out there, to get them to open up an API to allow you to put messages in their app that they didn't send.

CommonsWare
- 986,068
- 189
- 2,389
- 2,491
-
All the SMS apps I've seen share text messages, including the built-in ones and Handcent so I believe there is a centralized database... – Joshua Patton Apr 27 '11 at 21:00
-
-
Yet Handcent still manages to have seamless integration and allows users to switch back and forth? – Joshua Patton Apr 27 '11 at 21:10
0
SMS messages can be stored in the SIM card of GSM phones. Perhaps these various SMS message apps are all accessing the SMS messages on the SIM card, effectively providing integration between the apps?

Bob Whiteman
- 2,481
- 2
- 23
- 27