When starting a Xamarin.Forms
PCL App, there is an empty activity showed (during the loading) before the App loads the framework.
global::Xamarin.Forms.Forms.Init (this, bundle);
LoadApplication (new App ());
Is there any way to not show it at all or to make it into a splash screen? Can you control it from the PCL project or that would be specific to Android?