[android-developers] Re: Documenation on content://com.google.android.music.MusicContent/playlists

2012-10-25 Thread djhacktor
What exactly you want to read 
http://developer.android.com/reference/android/provider/MediaStore.Audio.Albums.html

if its something related to getting notify when music get played !! let me 
noe 

On Thursday, 25 October 2012 03:46:40 UTC+5:30, RichardC wrote:

 Have a look at the MediaStore docs including the nested classes:
 http://developer.android.com/reference/android/provider/MediaStore.html

 On Wednesday, October 24, 2012 9:53:41 PM UTC+1, huntsfromshadow wrote:

 A question for the group.

 I was recently trying to query a nexus 7 about it's songs and playlists.

 I finally got the code to work when using the 
 URI: content://com.google.android.music.MusicContent/playlists
 I also saw in searching around the web their were other options for this 
 uri such as /albusm, and /audio

 Is their any documentation on this URI and all the options?

 Thanks



-- 
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

[android-developers] Re: Documenation on content://com.google.android.music.MusicContent/playlists

2012-10-24 Thread RichardC
Have a look at the MediaStore docs including the nested classes:
http://developer.android.com/reference/android/provider/MediaStore.html

On Wednesday, October 24, 2012 9:53:41 PM UTC+1, huntsfromshadow wrote:

 A question for the group.

 I was recently trying to query a nexus 7 about it's songs and playlists.

 I finally got the code to work when using the 
 URI: content://com.google.android.music.MusicContent/playlists
 I also saw in searching around the web their were other options for this 
 uri such as /albusm, and /audio

 Is their any documentation on this URI and all the options?

 Thanks


-- 
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