Hi,
In Android, I notice there are ways to disable splash screen icon starting from Android 12 (API 31) using themes.xml, like this:
In typical Android Studio project, I can add them in res/values folder.
The problem is, how do I have access to these files in Defold? The only thing I can access is AndroidManifest.xml.
Thank you!