mirror of
https://github.com/SimpleMobileTools/Simple-Calendar.git
synced 2025-01-29 09:59:24 +01:00
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…
x
Reference in New Issue
Block a user