play new media if selected while player is in pip & minor code clean up
move some player avtivity stuff to ActivityUtils
This commit is contained in:
@ -28,15 +28,14 @@
|
||||
</activity>
|
||||
<activity
|
||||
android:name=".player.PlayerActivity"
|
||||
android:parentActivityName=".MainActivity"
|
||||
android:label="@string/app_name"
|
||||
android:theme="@style/PlayerTheme"
|
||||
android:supportsPictureInPicture="true"
|
||||
android:launchMode="singleTask"
|
||||
android:configChanges="orientation|screenSize|smallestScreenSize|screenLayout|layoutDirection"
|
||||
android:excludeFromRecents="true"
|
||||
android:label="@string/app_name"
|
||||
android:launchMode="singleTask"
|
||||
android:parentActivityName=".MainActivity"
|
||||
android:supportsPictureInPicture="true"
|
||||
android:taskAffinity=".player.PlayerActivity"
|
||||
android:configChanges="orientation|screenSize|smallestScreenSize|screenLayout|layoutDirection">
|
||||
</activity>
|
||||
android:theme="@style/PlayerTheme" />
|
||||
</application>
|
||||
|
||||
</manifest>
|
Reference in New Issue
Block a user