设置窗口任务栏显示信息

This commit is contained in:
ZhanGSKen
2025-03-28 13:57:26 +08:00
parent b3075f778d
commit be5ed936df
5 changed files with 22 additions and 7 deletions

View File

@@ -27,7 +27,8 @@
android:process=":GlobalCrashActivity"/>
<activity
android:name="cc.winboll.studio.libappbase.winboll.LogActivity"
android:name=".winboll.LogActivity"
android:label="LogActivity"
android:resizeableActivity="true"
android:configChanges="screenSize|smallestScreenSize|screenLayout|orientation"
android:exported="true"
@@ -104,4 +105,4 @@
</application>
</manifest>
</manifest>