添加跳转动画
This commit is contained in:
@@ -4,7 +4,8 @@
|
||||
<uses-permission android:name="android.permission.ACCESS_FINE_LOCATION" /> <!-- 后台定位权限(Android 10+) -->
|
||||
<uses-permission android:name="android.permission.ACCESS_BACKGROUND_LOCATION" />
|
||||
|
||||
<application>
|
||||
<application
|
||||
android:theme="@style/AppTheme">
|
||||
<activity
|
||||
android:name=".activity.login.activity.SwitchAccountsActivity"
|
||||
android:exported="false" />
|
||||
@@ -21,7 +22,6 @@
|
||||
|
||||
<activity
|
||||
android:name=".activity.main.activity.MainActivity"
|
||||
android:launchMode="singleTask"
|
||||
android:configChanges="fontScale" />
|
||||
|
||||
|
||||
@@ -30,11 +30,10 @@
|
||||
android:alwaysRetainTaskState="true"
|
||||
android:configChanges="orientation|screenSize|keyboardHidden"
|
||||
android:enableOnBackInvokedCallback="false"
|
||||
android:excludeFromRecents="false"
|
||||
android:exported="false"
|
||||
android:launchMode="singleTask"
|
||||
android:screenOrientation="portrait"
|
||||
android:theme="@style/TransparentActivityTheme"
|
||||
android:theme="@style/AppTheme"
|
||||
android:windowSoftInputMode="adjustPan" />
|
||||
|
||||
<activity
|
||||
|
||||
Reference in New Issue
Block a user