https://bugzilla.novell.com/show_bug.cgi?id=667406
https://bugzilla.novell.com/show_bug.cgi?id=667406#c1 Mike Kestner <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |WONTFIX --- Comment #1 from Mike Kestner <[email protected]> 2011-01-29 05:55:00 UTC --- I'm not sure we want to be adding things like this into the base binding. It's a pretty simple user subclass to do in your project, and I'm not sure how discoverable it would be in Mono.Android.dll. If I were going to expose something purely callback-based for receivers it would probably be an internal class with overloads on Context like: Context.RegisterReceiver (Action<Context, Intent>, string); But those wouldn't have access to all the additional state passing that's provided by the abstract receiver class. I think this one is probably a WONTFIX unless there's a general clamoring for something simpler than a user subclass. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
