Hi,

I'm trying to query the sms conversations list. I execute the
following line of code:

Cursor cur = this.getContentResolver().query(Uri.parse("content://sms/
conversations"), null, null, null, null);

I also set the following permission in the manifest file:

<uses-permission android:name="android.permission.READ_SMS" />

However, apparently this permission does not allow to query the list
of sms conversations. Does anybody know which permission to set to
make this query?

Thank you in advance,

-Ali

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

To unsubscribe from this group, send email to 
android-developers+unsubscribegooglegroups.com or reply to this email with the 
words "REMOVE ME" as the subject.

Reply via email to