add fullscreen activity

This commit is contained in:
Tuan Luong
2020-07-04 17:41:15 +07:00
parent dbf1a4e034
commit 94bceb472b
6 changed files with 211 additions and 35 deletions

View File

@@ -1,3 +1,9 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.brentvatne.react">
package="com.brentvatne.react">
<application>
<activity
android:name="com.brentvatne.exoplayer.ExoPlayerFullscreenVideo"
android:configChanges="orientation|keyboardHidden|screenSize" />
</application>
</manifest>