On Sun, Jan 13, 2013 at 4:26 PM, William Ferguson <[email protected]> wrote: > Thanks Mark. I have commented on that issue. FWIW I think Dianne is wrong on > that one. A non-exported Activity with an intent filter is not poor coding, > it's use case that wasn't considered by the original Intent#createChooser > implementation.
Maybe not, but then again, you don't write the Android framework :-)... I agree that a non exported Activity with an intent filter isn't necessarily poor coding. Instead, I'd always replace it with an explicit intent to my own Activity, making it something I'd just never use (and using an explicit intent just makes more sense to me still)... But you're free to disagree, and I agree the small 'bug' makes things somewhat annoying. kris -- 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

