mirror of
https://github.com/SimpleMobileTools/Simple-Gallery.git
synced 2025-01-20 20:38:40 +01:00
add back the Main intent at splash activity
This commit is contained in:
parent
c8fedf8819
commit
564dd00762
@ -20,6 +20,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…
Reference in New Issue
Block a user