Custom splash/launch screen for Android

Hello! I asked this in Slack, but didn’t get any replies. How can I customize the Android splash/launch screen? All instructions require the editing of AndroidManifest.xml, styles.xml etc, but when I run “uno build android”, all changes get overwritten.

1 Like

I managed to customize the splash/launch screen following these instructions:

https://forums.fusetools.com/t/splash-screen-on-android/2490/6

Thanks Alexander!

Hello,
You can create separate files or configurations specifically for splash screen customization. Use build hooks or scripts provided by Uno Platform, your customizations are applied during the build process, safeguarding them from being overwritten when you run “uno build android.” For precise guidance, consult Uno Platform’s documentation or seek advice from their community forums to implement these changes seamlessly.