Remove splash screen

This commit is contained in:
M66B 2018-11-04 07:12:53 +00:00
parent 35e08f769f
commit a660bc49fa
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@
android:name=".ActivityMain"
android:excludeFromRecents="true"
android:launchMode="singleInstance"
android:theme="@style/Theme.Splash">
android:theme="@style/Theme.Transparent">
<intent-filter>
<action android:name="android.intent.action.MAIN" />