[mono-android] Attribute [Application] do not work.

2014-02-28 Thread Ricardo Romao Soares
I extend the class Application on android and mark it with the attribute [Application], but the xamarin.android do not make a register on manifest file and continue using the normal Application instance. I’m target android 4.4, I’m using the last stable xamarin that are updated. namespace

Re: [mono-android] Attribute [Application] do not work.

2014-02-28 Thread Jonathan Pryor
I'm not able to reproduce. Could you please file a bug at bugzilla.xamarin.com and attach a project which exhibits the error? Thanks, - Jon On Feb 27, 2014, at 7:55 AM, Ricardo Romao Soares wrote: > I extend the class Application on android and mark it with the attribute > [Application], bu