日志分屏方案设定完成

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

@@ -24,7 +24,13 @@
<activity
android:theme="@android:style/Theme.Holo.Light.NoActionBar"
android:name="cc.winboll.studio.libappbase.winboll.LogActivity"
android:exported="true"/>
android:resizeableActivity="true"
android:launchMode="singleInstance"
android:taskAffinity="cc.winboll.studio.libappbase.task.log"
android:configChanges="screenSize|screenLayout|orientation"
android:exported="true">
</activity>
<service
android:name=".SimpleOperateSignalCenterService"