11 lines
No EOL
343 B
XML
11 lines
No EOL
343 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<manifest xmlns:android="http://schemas.android.com/apk/res/android">
|
|
|
|
<application>
|
|
<activity
|
|
android:name=".internal.VideoPlayerActivity"
|
|
android:exported="false"
|
|
android:label="@string/video_player_fullscreen_activity" />
|
|
</application>
|
|
|
|
</manifest> |