update fullscreen activity

This commit is contained in:
Tuan Luong
2020-07-05 11:00:25 +07:00
parent 32880544e5
commit 0b7ea71d77
3 changed files with 42 additions and 12 deletions

View File

@@ -3,6 +3,7 @@
<application>
<activity
android:name="com.brentvatne.exoplayer.ExoPlayerFullscreenVideoActivity"
android:configChanges="orientation|keyboardHidden|screenSize" />
android:configChanges="orientation|keyboardHidden|screenSize"
android:launchMode="singleTop" />
</application>
</manifest>