日志分屏方案设定完成

This commit is contained in:
ZhanGSKen
2025-03-26 02:02:49 +08:00
parent f3ef7226d8
commit e89873046b
6 changed files with 25 additions and 24 deletions

View File

@@ -13,8 +13,13 @@
<activity
android:name=".MainActivity"
android:label="@string/app_name"
android:resizeableActivity="true"
android:launchMode="singleInstance"
android:taskAffinity="cc.winboll.studio.appbase.task.main"
android:configChanges="screenSize|screenLayout|orientation"
android:exported="true">
<intent-filter>
<action android:name="android.intent.action.MAIN"/>