diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml
index aba59a730..9b81adb31 100644
--- a/app/src/main/AndroidManifest.xml
+++ b/app/src/main/AndroidManifest.xml
@@ -33,10 +33,12 @@
android:roundIcon="@mipmap/ic_launcher_round"
android:theme="@style/Theme.Tachiyomi"
android:networkSecurityConfig="@xml/network_security_config">
+
+ android:theme="@style/Theme.Tachiyomi.SplashScreen"
+ android:exported="true">
@@ -50,7 +52,8 @@
android:name=".ui.main.DeepLinkActivity"
android:launchMode="singleTask"
android:theme="@android:style/Theme.NoDisplay"
- android:label="@string/action_global_search">
+ android:label="@string/action_global_search"
+ android:exported="true">
@@ -71,9 +74,11 @@
android:name="android.app.searchable"
android:resource="@xml/searchable" />
+
+ android:launchMode="singleTask"
+ android:exported="false">
@@ -81,15 +86,26 @@
+
+ android:theme="@style/Theme.Tachiyomi"
+ android:exported="false" />
+
+ android:configChanges="uiMode|orientation|screenSize"
+ android:exported="false" />
+
+
+
+ android:label="Anilist"
+ android:exported="true">
@@ -103,7 +119,8 @@
+ android:label="MyAnimeList"
+ android:exported="true">
@@ -117,7 +134,8 @@
+ android:label="Shikimori"
+ android:exported="true">
@@ -131,7 +149,8 @@
+ android:label="Bangumi"
+ android:exported="true">
@@ -144,20 +163,6 @@
-
-
-
-
-
-
@@ -182,6 +187,16 @@
android:name=".data.backup.BackupRestoreService"
android:exported="false" />
+
+
+
+