diff --git a/app/phone/src/main/AndroidManifest.xml b/app/phone/src/main/AndroidManifest.xml index 0ac39b0f..2917fcbe 100644 --- a/app/phone/src/main/AndroidManifest.xml +++ b/app/phone/src/main/AndroidManifest.xml @@ -26,6 +26,9 @@ android:name=".PlayerActivity" android:configChanges="screenSize|smallestScreenSize|screenLayout|orientation" android:screenOrientation="sensorLandscape" + android:launchMode="singleTask" + android:supportsPictureInPicture="true" + android:autoRemoveFromRecents="true" android:theme="@style/Theme.Findroid.Player" /> (R.id.btn_subtitle) val speedButton = binding.playerView.findViewById(R.id.btn_speed) val skipIntroButton = binding.playerView.findViewById