On Fri, Feb 25, 2011 at 7:45 AM, Daniel <[email protected]>wrote:
> 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 > Is (or was) it documented somewhere that this is the proper way to do this? 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... > Intent stuff is still one of Android's strengths - when used correctly. It looks like you were exploiting private implementation details to get this to work. You should not be surprised that it has changed. ------------------------------------------------------------------------------------------------- TreKing <http://sites.google.com/site/rezmobileapps/treking> - Chicago transit tracking app for Android-powered devices -- 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

