Ionic 6: Android: Capacitor Splashscreen uses app icon instead of splash.png

Hello on android the Capacitor Splashscreen uses app icon instead of splash.png.

my capacitor config

plugins: {
SplashScreen: {
launchShowDuration: 2000,
launchAutoHide: true,
backgroundColor: “#391f7e”,
androidScaleType: “CENTER_CROP”,
showSpinner: false,
spinnerColor: “#999999”,
splashFullScreen: true,
splashImmersive: false,

},
  • Actually it uses mipmap-xxxhdpi/ic_launcher_round.png

Why is this? Why not uses the splash.png.

This is how the splash screen works on Android 12+ devices.