mirror of
https://github.com/SimpleMobileTools/Simple-Draw.git
synced 2025-02-09 16:28:45 +01:00
adding back the Main intent action
This commit is contained in:
parent
3200ea83b2
commit
25f765d994
@ -22,6 +22,8 @@
|
||||
android:name=".activities.SplashActivity"
|
||||
android:theme="@style/SplashTheme">
|
||||
<intent-filter>
|
||||
<action android:name="android.intent.action.MAIN"/>
|
||||
|
||||
<category android:name="android.intent.category.LAUNCHER"/>
|
||||
</intent-filter>
|
||||
</activity>
|
||||
|
Loading…
x
Reference in New Issue
Block a user