I'm making a media player, but my code doesn't show all my playlists
and for many others it does not show any...
Why doesn't the code below work completely?

cursor = getContentResolver().query(
 
android.provider.MediaStore.Audio.Playlists.EXTERNAL_CONTENT_URI,
        null, null, null, null);

-- 
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, reply using "remove me" as the subject.

Reply via email to