调试到 _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

@@ -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"