实时视频UI

This commit is contained in:
2026-05-06 10:34:07 +08:00
parent 4e714ee7b6
commit a3115b6b86
25 changed files with 1212 additions and 1 deletions

View File

@@ -23,6 +23,12 @@
android:roundIcon="@mipmap/ic_launcher_round"
android:supportsRtl="true"
android:theme="@style/Theme.DefenseApplication">
<activity
android:name=".liveVideo.LiveVideoActivity"
android:exported="false" />
<activity
android:name=".home.ScanActivity"
android:exported="false" />
<activity
android:name=".home.SetNameActivity"
android:exported="false" />