添加点播播放功能,创建VodPlayActivity及相关UI,更新FeatureHubActivity以支持点播配置

This commit is contained in:
2026-02-12 15:05:48 +08:00
parent d8fd9e8bc9
commit 6c8d5cce2f
10 changed files with 1004 additions and 2 deletions

View File

@@ -64,6 +64,14 @@
android:supportsPictureInPicture="true"
android:parentActivityName=".FeatureHubActivity" />
<activity
android:name=".vod.VodPlayActivity"
android:exported="false"
android:configChanges="screenSize|smallestScreenSize|screenLayout|orientation|keyboardHidden"
android:screenOrientation="fullSensor"
android:theme="@style/Theme.AVDemo.NoActionBar"
android:parentActivityName=".FeatureHubActivity" />
<activity
android:name=".interactive.InteractiveLiveActivity"
android:exported="false"