https://bugzilla.novell.com/show_bug.cgi?id=645603
https://bugzilla.novell.com/show_bug.cgi?id=645603#c3 Jonathan Pryor <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Resolution| |FIXED --- Comment #3 from Jonathan Pryor <[email protected]> 2010-10-28 19:38:20 UTC --- Fixed in r8475. To mark a type as the type to list in AndroidManifest.xml's /manifest/application/@android:name attribute, you need to use the [Application] custom attribute: [Application] public class MyApp : Android.App.Application { public MyApp(IntPtr h) : base (h) { } } -- 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
