添加应用异常信息邮件接收账号设置窗口资源文件。

This commit is contained in:
2026-07-21 12:48:06 +08:00
parent 332c5420b7
commit eebb21d041
3 changed files with 45 additions and 2 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>