添加点播播放功能,创建VodPlayActivity及相关UI,更新FeatureHubActivity以支持点播配置
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user