the problem is that the standard music app doesn't return the correct data if called as a PICK intent.
On Jun 30, 7:25 am, Nate <[email protected]> wrote: > I need to allow users of my app to select a song from their music > library. I also need to only show a subset of the songs, based on > artist and title. I implemented this with a ListView and tried to make > it look like the Music app. However, I was wondering if it is possible > to use the MusicPicker activity from the Music app? I found the code: > > http://android.git.kernel.org/?p=platform/packages/apps/Music.git;a=b... > > I notice the com.android.music package is not part of the android JAR. > Do I need an additional JAR? I'm guessing not, and that I need to use > an Intent. What intent do I use? How do I filter the songs displayed > based on the artist and title? > > Thanks! > -Nate --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -~----------~----~----~----~------~----~------~--~---

