添加LogActivity重载函数支持分屏模式切换

This commit is contained in:
2026-04-27 17:33:51 +08:00
parent ecced75a4d
commit f661acbbbc
4 changed files with 35 additions and 11 deletions

View File

@@ -37,7 +37,7 @@
android:resizeableActivity="true"
android:configChanges="screenSize|smallestScreenSize|screenLayout|orientation"
android:exported="true"
android:launchMode="singleInstance"
android:launchMode="singleTop"
android:process=":LogActivity">
</activity>