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

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>