The activities ArtistAlbumBrowserActivity, AlbumBrowserActivity and TrackBrowserActivity cannot be started anymore by an Intent (e.g. using action.PICK and "vnd.android.cursor.dir/album") since the attribute android:exported is set to "false" for those activities since Android 2.3 (see http://android.git.kernel.org/?p=platform/packages/apps/Music.git;a=blob;f=AndroidManifest.xml;h=90e0c5b9b81371a1b64940e432cd6917a530b2f4;hb=HEAD). That is really annoying because the Intent stuff was once one of Android's strength's and now you are not allowed to use this stuff any more. That's a shame...
-- 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

