|
|
|
|
@ -94,7 +94,7 @@ |
|
|
|
|
<activity |
|
|
|
|
android:name=".ui.activity.LiveActivity" |
|
|
|
|
android:configChanges="screenSize|smallestScreenSize|screenLayout|orientation" |
|
|
|
|
android:launchMode="singleInstance" |
|
|
|
|
android:launchMode="singleTask" |
|
|
|
|
android:resizeableActivity="true" |
|
|
|
|
android:screenOrientation="sensorLandscape" |
|
|
|
|
android:supportsPictureInPicture="true" /> |
|
|
|
|
@ -107,7 +107,7 @@ |
|
|
|
|
<activity |
|
|
|
|
android:name=".ui.activity.VideoActivity" |
|
|
|
|
android:configChanges="screenSize|smallestScreenSize|screenLayout|orientation" |
|
|
|
|
android:launchMode="singleInstance" |
|
|
|
|
android:launchMode="singleTask" |
|
|
|
|
android:resizeableActivity="true" |
|
|
|
|
android:screenOrientation="fullUser" |
|
|
|
|
android:supportsPictureInPicture="true" |
|
|
|
|
|