Added Apps Configs Template function

This commit is contained in:
2022-06-08 18:59:18 +08:00
parent 3c623365f3
commit 62c9982e2e
23 changed files with 741 additions and 54 deletions

View File

@@ -54,6 +54,11 @@
</intent-filter>
</activity-alias>
<activity
android:name=".ui.activity.main.ConfigureActivity"
android:exported="false"
android:screenOrientation="behind" />
<activity
android:name=".ui.activity.errors.AppErrorsRecordActivity"
android:exported="true"