视频播放

This commit is contained in:
2026-05-06 17:05:35 +08:00
parent a3115b6b86
commit 3558f053e6
10 changed files with 353 additions and 135 deletions

View File

@@ -25,7 +25,13 @@
android:theme="@style/Theme.DefenseApplication">
<activity
android:name=".liveVideo.LiveVideoActivity"
android:exported="false" />
android:exported="true">
<intent-filter>
<action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.LAUNCHER" />
</intent-filter>
</activity>
<activity
android:name=".home.ScanActivity"
android:exported="false" />
@@ -46,13 +52,7 @@
android:exported="false" />
<activity
android:name=".home.HomeActivity"
android:exported="true">
<intent-filter>
<action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.LAUNCHER" />
</intent-filter>
</activity>
android:exported="false"/>
<activity
android:name=".login.RegisterSuccessActivity"
android:exported="false" />