添加画中画模式支持,优化直播播放体验

This commit is contained in:
2026-01-13 11:05:31 +08:00
parent 951b473ec8
commit 8ef459510d
5 changed files with 62 additions and 16 deletions

View File

@@ -56,9 +56,11 @@
<activity
android:name=".live.LivePlayActivity"
android:exported="false"
android:configChanges="orientation|keyboardHidden|screenSize|smallestScreenSize|screenLayout|uiMode"
android:configChanges="screenSize|smallestScreenSize|screenLayout|orientation|keyboardHidden"
android:screenOrientation="fullSensor"
android:theme="@style/Theme.AVDemo.NoActionBar"
android:resizeableActivity="true"
android:supportsPictureInPicture="true"
android:parentActivityName=".FeatureHubActivity" />
<activity