diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml
index dc7f90736..a06b9ef7a 100755
--- a/app/src/main/AndroidManifest.xml
+++ b/app/src/main/AndroidManifest.xml
@@ -34,10 +34,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">
@@ -51,7 +53,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">
@@ -72,9 +75,11 @@
android:name="android.app.searchable"
android:resource="@xml/searchable" />
+
+ android:launchMode="singleTask"
+ android:exported="false">
@@ -82,15 +87,26 @@
+
+ android:theme="@style/Theme.Tachiyomi"
+ android:exported="false" />
+
+ android:configChanges="uiMode|orientation|screenSize"
+ android:exported="false" />
+
+
+
+ android:label="Anilist"
+ android:exported="true">
@@ -104,7 +120,8 @@
+ android:label="MyAnimeList"
+ android:exported="true">
@@ -118,7 +135,8 @@
+ android:label="Shikimori"
+ android:exported="true">
@@ -132,7 +150,8 @@
+ android:label="Bangumi"
+ android:exported="true">
@@ -145,23 +164,10 @@
-
-
-
-
-
-
+ android:label="EHentaiLogin"
+ android:exported="false"/>
+
+
+
+
+ android:theme="@style/Theme.Tachiyomi"
+ android:exported="true">
@@ -341,7 +358,8 @@
+ android:theme="@style/Theme.Tachiyomi"
+ android:exported="false"/>