添加PK播放功能,更新相关UI和逻辑,支持主流与PK流的播放
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user