don't exclude player from history

Previously it was possible to exit the player without going into pip mode and having no option to open this player activity again.
This commit is contained in:
2021-03-02 14:52:46 +01:00
parent a07f291098
commit 6cc59a72fc
2 changed files with 2 additions and 2 deletions

View File

@ -37,7 +37,7 @@
<activity
android:name="org.mosad.teapod.ui.activity.player.PlayerActivity"
android:configChanges="orientation|screenSize|smallestScreenSize|screenLayout|layoutDirection"
android:excludeFromRecents="true"
android:autoRemoveFromRecents="true"
android:label="@string/app_name"
android:launchMode="singleTask"
android:parentActivityName="org.mosad.teapod.ui.activity.main.MainActivity"