Set initial ExoPlayer screen orientation to landscape

This commit is contained in:
Maxr1998
2020-08-24 22:10:19 +02:00
parent b90fd7c13e
commit 2656cbc2b2
+2 -1
View File
@@ -35,6 +35,7 @@
<activity
android:name=".player.PlayerActivity"
android:launchMode="singleTop"
android:screenOrientation="sensorLandscape"
android:theme="@style/AppTheme.Player" />
<activity
@@ -51,4 +52,4 @@
android:name="com.google.android.gms.cast.framework.OPTIONS_PROVIDER_CLASS_NAME"
android:value="org.jellyfin.mobile.cast.CastOptionsProvider" />
</application>
</manifest>
</manifest>