How to remove splash screen?

I am seeing the default splash screen in Android 12. I am not using the splash screen and I want to disable it.
How i can do it please suggest

You need to supply a splash screen of your own. Here is what is needed:

  • a 2732x2732 png image called splashTemplate.png
  • put it in your resources folder (at the top level of your project)
  • include this line in your config.xml file:
<preference name="AndroidWindowSplashScreenAnimatedIcon" value="resources/splashTemplate.png" />