[android-developers] Re: Read the SMS already stored

2009-04-09 Thread sermojohn
You could probably, call a Cursor's method that returned the field of the specified content's datbase table. I have actually faced the same problem today, while trying to build an SMS application. My problem is that when trying to retrieve any info from the Cursor, I get a Security exception

[android-developers] Re: Read the SMS already stored

2009-04-09 Thread Birjodh Tiwana
I think you need READ_SMS permission for reading the SMS. On Wed, Apr 8, 2009 at 7:29 PM, sermojohn sermoj...@gmail.com wrote: You could probably, call a Cursor's method that returned the field of the specified content's datbase table. I have actually faced the same problem today, while