After some discussion on Implementing-own-splashscreen-in-maui-not-working in which I got the point that what I was trying to do, unfortunately can't be reached, I thought it is better to open a new topic with a different subject.
So, my question now is how I could get rid of the SplashScreen in .NET MAUI and don't show any? Commenting out the following section in my App-Project did not help:
<ItemGroup>
...
<!-- Splash Screen -->
<!--<MauiSplashScreen Include="Resources\Splash\dotnet_bot.svg" Color="#512BD4" BaseSize="128,128" />-->
...
</ItemGroup>
Is there a way to get rid of a SplashScreen completely? My App should be working on iOS and Android Devices and I am currently working with the Emulator Pixel 5 - API 33 (Android 13.0 - API 33)