Tagged Questions

3
votes
2answers
3k views

Retrieving the SMS Messages from the SIM card on with android

I was wondering if anyone knew anything about programmatically getting the sms messages off of your phone's sim card on an android platform. I would like to write a program that allows you to save ...
0
votes
2answers
87 views

Android - Opening phone deletes app state

I'm writing an android application that maintains a lot of "state" data...some of it I can save in the form of onSaveInstanceState but some of it is just to complex to save in memory. My problem is ...