|
@@ -48,10 +48,13 @@
|
|
|
|
|
|
<activity
|
|
|
android:name=".ui.mine.UnBindBankCardActivity"
|
|
|
+ android:configChanges="orientation|screenSize|keyboardHidden|fontScale|smallestScreenSize|screenLayout|uiMode"
|
|
|
android:exported="false" />
|
|
|
<activity
|
|
|
android:name=".ui.splash.SplashActivity"
|
|
|
android:exported="true"
|
|
|
+ android:configChanges="orientation|screenSize|keyboardHidden|fontScale|smallestScreenSize|screenLayout|uiMode"
|
|
|
+ android:launchMode="singleTop"
|
|
|
android:screenOrientation="portrait"
|
|
|
android:theme="@style/SplashTheme">
|
|
|
<intent-filter>
|