resume to position if player was in background, keep screen on in player

This commit is contained in:
2020-10-11 15:19:42 +02:00
parent e093153eee
commit 1d3c8ca14b
5 changed files with 33 additions and 6 deletions

View File

@ -4,6 +4,7 @@
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:keepScreenOn="true"
android:background="#000000"
tools:context=".PlayerActivity">