阿里云依赖

This commit is contained in:
2026-05-09 17:47:02 +08:00
parent 9440687b30
commit 3df00ad493
13 changed files with 285 additions and 4 deletions

View File

@@ -25,6 +25,15 @@
android:roundIcon="@mipmap/ic_launcher_round"
android:supportsRtl="true"
android:theme="@style/Theme.DefenseApplication">
<activity
android:name=".liveVideo.WiFiManagementActivity"
android:exported="false" />
<activity
android:name=".liveVideo.LinkedUserActivity"
android:exported="false" />
<activity
android:name=".liveVideo.DeviceInfoActivity"
android:exported="false" />
<activity
android:name=".liveVideo.AutoModeActivity"
android:exported="false" />