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: [email protected] ReportedBy: [email protected] QAContact: [email protected] 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. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
