Hi Everyone.
Here a Tutorial to add a Splashscreen on nearly every Game without Splash.
You need:
APK Tool for De/Compile
Notepad
A Game Without Splash
The Code to insert the Splash
Lets Start:
First download my File: splash.rar
There are the Code / 2 exemples and a Splash picture
Decompile your Game with APK TOOL
Open the Android Manifest with Notepad
Now we have 2 ways for the code: Search (CTRL + F) Splash
1. You found Splash
2. No Splash
For 1: You Found this Code. Congrats
<meta-data android:name="unity.splash-mode" android:value="0"/>
<meta-data android:name="unity.splash-enable" android:value="true"/>
Change the 0 to 2 and Finish with the Code
<meta-data android:name="unity.splash-mode" android:value="2"/>
<meta-data android:name="unity.splash-enable" android:value="true"/>
For 2: You Must insert the Code by yourself
Over or under the First Metadata under </activity>
Now we can add the Splash.
Copy my unity_static_splash.png to the Folder
Res/Drawable
Very Important: Don´t change the name of this pic...