Splash screen - liweiyap/narradir-android GitHub Wiki
Splash screen
New
Checked out the following in the Android SplashScreen API (>=31):
android:windowSplashScreenBackground
in XML; no drawable allowed, only a single opaque colour.android:windowSplashScreenBrandingImage
in XML, although the design guidelines recommend against using a branding image.- Exit animation; the default one feels a bit weird and unnecessary if the colour for
android:windowSplashScreenBackground
iscolorPrimary
rather than pitch-black.
Conclusion: no plans to implement.