更新应用基类

This commit is contained in:
ZhanGSKen
2025-03-24 13:57:52 +08:00
parent ec6926f629
commit 75c2f6304c
6 changed files with 64 additions and 30 deletions

View File

@@ -11,7 +11,7 @@
android:label="@string/app_name"
android:theme="@style/AppTheme"
android:resizeableActivity="true"
android:name=".GlobalApplication">
android:name=".App">
<activity
android:name=".MainActivity"