[Mono-bugs] [Bug 645603] MonoDroid doesn't support custom Application Classes

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Thu Oct 28 15:38:20 EDT 2010


https://bugzilla.novell.com/show_bug.cgi?id=645603

https://bugzilla.novell.com/show_bug.cgi?id=645603#c3


Jonathan Pryor <jpryor at novell.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|                            |FIXED

--- Comment #3 from Jonathan Pryor <jpryor at novell.com> 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.


More information about the mono-bugs mailing list