合并 APPBase 项目

This commit is contained in:
qinglong
2026-07-21 22:00:12 +08:00
parent bcb8005146
commit 3c3c2cf7a4
26 changed files with 788 additions and 80 deletions
+7 -2
View File
@@ -22,15 +22,17 @@
android:configChanges="screenSize|smallestScreenSize|screenLayout|orientation">
<intent-filter>
<action android:name="android.intent.action.MAIN"/>
<category android:name="android.intent.category.LAUNCHER"/>
<category android:name="android.intent.category.DEFAULT"/>
</intent-filter>
</activity>
<activity
android:name=".Main2Activity"
android:label="@string/app_name"
@@ -52,6 +54,9 @@
<activity android:name=".AboutActivity"/>
<activity android:name="cc.winboll.studio.appbase.develop.APPExcetionMailSettingsActivity"
android:exported="true"/>
</application>
</manifest>