update config changes

This commit is contained in:
Evan You
2025-03-21 23:18:28 +08:00
parent bdde6f2f63
commit dbee7c88ed
2 changed files with 6 additions and 6 deletions

View File

@@ -15,8 +15,8 @@ android {
applicationId = "com.donut.mixfile"
minSdk = 24
targetSdk = 35
versionCode = 78
versionName = "1.10.1"
versionCode = 79
versionName = "1.10.2"
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables {

View File

@@ -26,7 +26,7 @@
tools:targetApi="31">
<activity
android:name=".MainActivity"
android:configChanges="uiMode|orientation|screenSize|keyboardHidden"
android:configChanges="uiMode|orientation|screenSize|screenLayout|smallestScreenSize|keyboardHidden"
android:exported="true"
android:hardwareAccelerated="true"
android:launchMode="singleTask"
@@ -43,7 +43,7 @@
</activity>
<activity
android:name=".activity.VideoActivity"
android:configChanges="uiMode|orientation|screenSize|keyboardHidden"
android:configChanges="uiMode|orientation|screenSize|screenLayout|smallestScreenSize|keyboardHidden"
android:exported="true"
android:hardwareAccelerated="true"
android:launchMode="singleTask"
@@ -51,7 +51,7 @@
tools:ignore="DiscouragedApi,LockedOrientationActivity" />
<activity
android:name=".activity.FileServerActivity"
android:configChanges="uiMode|orientation|screenSize|keyboardHidden"
android:configChanges="uiMode|orientation|screenSize|screenLayout|smallestScreenSize|keyboardHidden"
android:excludeFromRecents="true"
android:exported="true"
android:hardwareAccelerated="true"
@@ -72,7 +72,7 @@
<activity
android:name=".activity.FileDialogActivity"
android:configChanges="uiMode"
android:configChanges="uiMode|orientation|screenSize|screenLayout|smallestScreenSize|keyboardHidden"
android:excludeFromRecents="true"
android:exported="true"
android:hardwareAccelerated="true"