自定义告警弹窗

This commit is contained in:
2026-04-29 15:11:28 +08:00
parent 827d85724e
commit 5004917d66
25 changed files with 985 additions and 9 deletions

View File

@@ -1,6 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools">
<uses-permission android:name="android.permission.INTERNET" />
<uses-permission android:name="android.permission.CAMERA" />
@@ -18,6 +19,12 @@
android:roundIcon="@mipmap/ic_launcher_round"
android:supportsRtl="true"
android:theme="@style/Theme.DefenseApplication">
<activity
android:name=".personal.PersonalProfileActivity"
android:exported="false" />
<activity
android:name=".home.MessageActivity"
android:exported="false" />
<activity
android:name=".home.HomeActivity"
android:exported="true">
@@ -44,8 +51,7 @@
android:exported="false" />
<activity
android:name=".login.LoginActivity"
android:exported="false"/>
android:exported="false" />
</application>
</manifest>