Hi @mc ,
Thanks for reaching out.
To configure or customize the splash screen in .NET MAUI 9 on Android, please refer to the official Microsoft documentation below:
This document explains how to:
- Define a splash screen using the
MauiSplashScreenbuild action. - Configure splash screen appearance (such as image and background color) at the project level.
- Understand platform-specific notes for Android, including Android 12+.
- Use the default
Maui.SplashTheme, which the documentation states should not be overridden for splash screens on Android.
The documentation also notes that on Android 12+ (API 31+), the splash screen shows a centered icon, and that .NET MAUI generates the required Android resources automatically at build time.
Hope this helps! If my answer was helpful - kindly follow the instructions here so others with the same problem can benefit as well.