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!