-Enabled play queue control panel for popup video player.

-Refactored background player activity into generic play queue control panel activity.
-Changed control panel activities into singleTask.
This commit is contained in:
John Zhen M 2017-10-12 18:22:25 -07:00 committed by John Zhen Mo
parent 9685456ee4
commit 87fca5cffe
9 changed files with 728 additions and 528 deletions

View file

@ -40,9 +40,14 @@
<activity
android:name=".player.BackgroundPlayerActivity"
android:launchMode="singleTop"
android:launchMode="singleTask"
android:label="@string/title_activity_background_player"/>
<activity
android:name=".player.PopupVideoPlayerActivity"
android:launchMode="singleTask"
android:label="@string/title_activity_popup_player"/>
<service
android:name=".player.PopupVideoPlayer"
android:exported="false"/>