-Added toggle to allow main video player to switch to popup player when onstop is called.

-Fixed player state not recovering when player is stopped during multiwindow mode.
-Updated gradle to 3.1.2.
This commit is contained in:
John Zhen Mo 2018-06-03 13:20:20 -07:00
parent 2a45a13f73
commit 4fc37a7321
5 changed files with 26 additions and 3 deletions

View file

@ -113,5 +113,11 @@
android:key="@string/use_inexact_seek_key"
android:summary="@string/use_inexact_seek_summary"
android:title="@string/use_inexact_seek_title"/>
<SwitchPreference
android:defaultValue="false"
android:key="@string/minimize_on_exit_key"
android:title="@string/minimize_on_exit_title"
android:summary="@string/minimize_on_exit_summary"/>
</PreferenceCategory>
</PreferenceScreen>