breautek commented on issue #1462: URL: https://github.com/apache/cordova-android/issues/1462#issuecomment-1311793389
> Any implementation sample available for the Android 11 or 12 Use case? Cordova documentation in https://cordova.apache.org/docs/en/11.x/core/features/splashscreen/ is very vague ! At the very minimum, all that is needed is: ```xml <preference name="AndroidWindowSplashScreenAnimatedIcon" value="res/android/splash/xxxhdpi.png" /> <preference name="AndroidWindowSplashScreenBackground" value="#6dADDF" /> ``` where `res/android/splash/xxxhdpi.png` is a path to an image file and `AndroidWindowSplashScreenBackground` sets the background color of the overall splashscreen, which should be used to complement your splashscreen icon. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
