adding back the Main intent action
This commit is contained in:
parent
c222d77bfa
commit
08dc119b8b
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue