I registered a ContentProvider in AndroidManifest.xml, and the ContentProvider.onCreate() was called even before the Application.onCreate(). I don\'t understand this behavio
According a Google's issue it's how this should work (although documentation is wrong).
There's another question that have a workarround that can help you.