How to disable the SPMC splash screen
To disable the splash screen you will need to edit the “advancedsettings.xml” file:
/Android/data/com.semperpax.spmc16/files/.spmc/userdata/advancedsettings.xml
If it doesn’t exist then you will need to create it. If you need to create the file from scratch then make sure it contains this:
<advancedsettings> <splash>false</splash> </advancedsettings>
If “advancedsettings.xml” already exists then you just need to add the splash line:
<splash>false</splash>
Then restart SPMC and it will no longer show the splash screen.