Migrate to SplashScreen API

This commit is contained in:
topjohnwu
2021-11-05 04:16:58 -07:00
parent 81f57949ed
commit 022c217cfe
14 changed files with 164 additions and 166 deletions
+1 -5
View File
@@ -13,7 +13,7 @@
tools:ignore="UnusedAttribute,GoogleAppIndexingWarning">
<activity
android:name=".core.SplashActivity"
android:name=".ui.MainActivity"
android:exported="true"
android:theme="@style/SplashTheme">
<intent-filter>
@@ -26,10 +26,6 @@
</intent-filter>
</activity>
<activity
android:name=".ui.MainActivity"
android:exported="false" />
<activity
android:name=".ui.surequest.SuRequestActivity"
android:directBootAware="true"