How to do the proper way of doing a splash screen on Android? I mean, not the default way with the Common\Splash page (with the logo and loading bar) or the Custom Splash that just shows a png image after the blank screen.
I wanted to do the proper splash screen without having to go through this tedious process.
I was able to almost achieve this by using the AndroidWindowSplashScreenAnimatedIcon in the Extensibility Configurations under preferences -> android (see attached). But for some reason, I can't get it to properly pick up the PNG or XML file I put under value. It just shows the default Cordova logo for the splash screen.
Basically, I expect a proper splash screen implementation should not get the Double splash screen warning in the Google Play console pre-launch report (see attached).