return to main activity if pip was launched before
This commit is contained in:
@ -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>
|
||||
|
Reference in New Issue
Block a user