return to main activity if pip was launched before

This commit is contained in:
2021-01-08 09:31:50 +01:00
parent e5037cf9ac
commit 86e07ba2cf
2 changed files with 33 additions and 1 deletions

View File

@ -32,6 +32,9 @@
android:label="@string/app_name"
android:theme="@style/PlayerTheme"
android:supportsPictureInPicture="true"
android:launchMode="singleTask"
android:excludeFromRecents="true"
android:taskAffinity=".player.PlayerActivity"
android:configChanges="orientation|screenSize|smallestScreenSize|screenLayout|layoutDirection">
</activity>
</application>