/ Published in: XML
URL: http://www.2030.tk/wiki/Android_Splashscreen
Expand |
Embed | Plain Text
<?xml version="1.0" encoding="utf-8"?> <manifest xmlns:android="http://schemas.android.com/apk/res/android"...> <application ...> <activity android:name=".Splash" ... android:theme="@android:style/Theme.NoDisplay"> <intent-filter>...</intent-filter> </activity> <activity android:name=".FrozenBubble" ... android:theme="@android:style/Theme.NoDisplay" /> </application> </manifest>
You need to login to post a comment.
