adding back the Main intent action

This commit is contained in:
Tibor Kaputa 2018-06-12 12:11:31 +02:00 committed by GitHub
parent c222d77bfa
commit 08dc119b8b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -29,6 +29,8 @@
android:launchMode="singleTask"
android:theme="@style/SplashTheme">
<intent-filter>
<action android:name="android.intent.action.MAIN"/>
<category android:name="android.intent.category.LAUNCHER"/>
</intent-filter>
</activity>