日志分屏比例切换失效时,需要手动切换出任务栏视图再回到分屏任务窗口,这时就可以切换比例。修复了应用调出二级窗口弹出时不在原应用窗口弹出问题。

This commit is contained in:
ZhanGSKen
2025-03-27 01:05:52 +08:00
parent 2074f68ef3
commit e2b6fadd43
7 changed files with 31 additions and 29 deletions

View File

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