调整命名空间,精简代码

This commit is contained in:
ZhanGSKen
2025-02-04 08:45:08 +08:00
parent dc8f127a8d
commit 3793ae3252
9 changed files with 9 additions and 40 deletions

View File

@@ -1,17 +1,12 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="cc.winboll.studio" >
package="cc.winboll.studio.libappbase" >
<application>
<activity
android:name=".CrashHandler$CrashActiviy"
android:label="CrashActiviy"
android:launchMode="standard"/>
<activity
android:name=".libappbase.LibraryActivity"
android:label="@string/lib_name" >
</activity>
</application>
</manifest>