[Mono-bugs] [Bug 654522] Application Initialization Fails When ContentProvider Referenced in AndroidManifest.xml

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Fri Nov 19 21:58:57 EST 2010


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

https://bugzilla.novell.com/show_bug.cgi?id=654522#c2


Jonathan Pryor <jpryor at novell.com> changed:

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

--- Comment #2 from Jonathan Pryor <jpryor at novell.com> 2010-11-20 02:58:55 UTC ---
Fixed in r8719.

The problem is that Android creates and initializes ContentProviders before
invoking Application.onCreate(), which is problematic...and solved by changing
how we init the runtime (again).

Joy.

One note: as a consequence of this, ContentProvider.OnCreate() MUST NOT THROW;
an exception thrown from ContentProvider.onCreate() interrupts process startup.

-- 
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