调试到 _GlobalApplication 实例化次数与现有实例问题...

This commit is contained in:
ZhanGSKen
2025-03-27 19:06:51 +08:00
parent 9a53d04050
commit d83d460342
7 changed files with 57 additions and 37 deletions

View File

@@ -1,8 +1,8 @@
#Created by .winboll/winboll_app_build.gradle
#Thu Mar 27 06:34:28 GMT 2025
#Thu Mar 27 10:59:31 GMT 2025
stageCount=1
libraryProject=libappbase
baseVersion=15.1
publishVersion=15.1.0
buildCount=116
buildCount=130
baseBetaVersion=15.1.1

View File

@@ -8,7 +8,8 @@
android:icon="@drawable/ic_launcher"
android:label="@string/app_name"
android:theme="@style/MyAPPBaseTheme"
android:resizeableActivity="true">
android:resizeableActivity="true"
android:process=":App">
<activity
android:name=".MainActivity"