2

hello all i wish to do is have a non threaded sms app as apposed to the default application. how would i import the current sms/mms 's on the phone to an array?

Edit:) so how is it that for instance handcent sms imports all of my existing sms messages?

espresso
  • 21
  • 1
  • 3
  • SMS and MMS are handled by an application, not the operating system. You would need to contact the authors of every SMS/MMS application you wish to support how to access that data in their case. For the Messaging application that is part of the Android open source project, there is no documented and supported means of accessing the saved messages. – CommonsWare Aug 12 '10 at 23:02
  • so how is it that for instance handcent sms imports all of my existing sms messages? – espresso Aug 13 '10 at 00:00
  • 1
    Take a look at this: [How can I read SMS messages from the inbox programmatically in Android?][1] [1]: http://stackoverflow.com/questions/848728/how-can-i-read-sms-messages-from-the-inbox-programmatically-in-android – Heinrisch Apr 27 '12 at 09:20

0 Answers0