Hello, >From within my application, I'd like to start the standard MusicBrowserActivity (found in Music.apk) which is built into Android. I want to start it programmatically, just as if the user had picked "Music" from the application launcher.
The class for this Activity is: com.android.music.MusicBrowserActivity However, I can't create an Intent explicitly referencing this class because I can't import the package com.android.music (at least not with the default ADT eclipse setup). Any ideas on how I can programmatically start MusicBrowserActivity? Thanks for any pointers! --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

