It appears that starting with Android 11, you are now required to include a AndroidWindowSplashScreenAnimatedIcon preference in your Cordova config.xml that includes a path to a path to a png/xml file and the <splash> tags are no longer supported.
This appears to mean that we are now required to use an icon for the Splash loading in the app.
Do we have the ability to still use a full-screen image that we had done with previous versions of Android?
When using cordova-res it would generate some individual files for different screen sizes/densities, so I wasn't sure if there was a similar tool to help create an individual screen image for the project.