[Mono-bugs] [Bug 645603] New: MonoDroid doesn't support custom Application Classes
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Mon Oct 11 20:22:26 EDT 2010
https://bugzilla.novell.com/show_bug.cgi?id=645603
https://bugzilla.novell.com/show_bug.cgi?id=645603#c0
Summary: MonoDroid doesn't support custom Application Classes
Classification: Mono
Product: MonoDroid
Version: unspecified
Platform: 64bit
OS/Version: Windows 7
Status: NEW
Severity: Major
Priority: P5 - None
Component: Runtime
AssignedTo: mono-bugs at lists.ximian.com
ReportedBy: bryancostanich at hotmail.com
QAContact: mono-bugs at lists.ximian.com
Found By: Customer
Blocker: No
Created an attachment (id=394255)
--> (http://bugzilla.novell.com/attachment.cgi?id=394255)
repro project
if you create this:
public class CustomApplication : Android.App.Application {...}
and then in the manifest.xml, add a android.Name="CustomApplication" attribute
to the <application> node, CustomApplication should be your custom application
class.
however, if you run it, your class never gets created/hit/whatever.
--
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