I'm a Cordova user and not an Android expert! I've seen answers to this question that presume a lot of Android knowledge and changing Java code.
I'm trying to control the new splash screen introduced in Android 12. I want to change the default background to white. Better yet would be to replace this new splash screen with a static image of my own.
I've updated the compile sdk to 31 and added core-splashscreen:1.0.0-alpha02. That removed my logo from the splash screen which is great. Now I want to change the background color. I've tried styles and themes files without success.
I'm sure there are lots of Cordova users that are struggling with this. Any help would be great!
Thanks much, Jon