问题已经解决了,修改了一下 scheme 配置。
修改前:
android:name=".SplashActivity"
android:alwaysRetainTaskState="true"
android:exported="true"
android:launchMode="singleTop"
android:screenOrientation="portrait"
android:theme="@style/SplashTheme">
修改后
android:name=".SplashActivity"
android:alwaysRetainTaskState="true"
android:exported="true"
android:launchMode="singleTop"
android:screenOrientation="portrait"
android:theme="@style/SplashTheme">