添加PK播放功能,更新相关UI和逻辑,支持主流与PK流的播放

This commit is contained in:
2026-02-23 09:46:16 +08:00
parent 1d3fdac957
commit d0b1678833
8 changed files with 964 additions and 2 deletions

View File

@@ -64,6 +64,14 @@
android:supportsPictureInPicture="true"
android:parentActivityName=".FeatureHubActivity" />
<activity
android:name=".live.PkPlayActivity"
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=".vod.VodPlayActivity"
android:exported="false"