添加多窗口支持与LogActivity独立任务栈

This commit is contained in:
2026-04-27 20:01:44 +08:00
parent b44fe3aaf3
commit bfaf3543b9
9 changed files with 77 additions and 9 deletions

View File

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