breautek commented on issue #1464: URL: https://github.com/apache/cordova-android/issues/1464#issuecomment-1192637652
As the [Android Docs](https://developer.android.com/guide/topics/ui/splash-screen/migrate) says: > Starting in Android 12, the system always applies the new [Android system default splash screen](https://developer.android.com/about/versions/12/features/splash-screen) on [cold](https://developer.android.com/topic/performance/vitals/launch-time#cold) and [warm starts](https://developer.android.com/topic/performance/vitals/launch-time#warm) for all apps. The new splashscreen feature cannot be disabled. This is a limitation of the Android itself and Cordova cannot override this behaviour. Starting with Android 12 will always display a splashscreen and if one isn't configured, it will default to using your app's icon. Because Cordova also supports older API devices, cordova-android@11 includes a backwards compatibility provided by Google that implements Android 12 splashscreens for older devices, which mimics Android 12, so that behaviour remains consistent (as closely as possible) across android devices. -- 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]
