[Mono-bugs] [Bug 645600] New: It would be nice to be able to attribute a custom application class and have it automatically set in the main manifest file

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Mon Oct 11 19:52:15 EDT 2010


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

https://bugzilla.novell.com/show_bug.cgi?id=645600#c0


           Summary: It would be nice to be able to attribute a custom
                    application class and have it automatically set in the
                    main manifest file
    Classification: Mono
           Product: MonoDroid
           Version: unspecified
          Platform: 64bit
        OS/Version: Windows 7
            Status: NEW
          Severity: Enhancement
          Priority: P5 - None
         Component: Tools
        AssignedTo: mono-bugs at lists.ximian.com
        ReportedBy: bryancostanich at hotmail.com
         QAContact: mono-bugs at lists.ximian.com
          Found By: Customer
           Blocker: No


Right now, if you want to create a custom app class, e.g.:

public class MyCustomApp : Android.App.Application
{ ... }

you have to manually edit the manifest.xml and put android:name="MyCustomApp"
in teh <application> node.

however, it would really be nice to do something like the following:

[ApplicationClass]
public class MyCustomApp : Android.App.Application {...}

and have it automatically merged.

-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.


More information about the mono-bugs mailing list