mirror of
https://github.com/moonlight-stream/moonlight-android.git
synced 2026-04-22 16:26:41 +00:00
Enable both landscape orientations
This commit is contained in:
@@ -28,7 +28,7 @@
|
|||||||
</activity>
|
</activity>
|
||||||
<activity
|
<activity
|
||||||
android:name="com.limelight.Game"
|
android:name="com.limelight.Game"
|
||||||
android:screenOrientation="landscape"
|
android:screenOrientation="sensorLandscape"
|
||||||
android:configChanges="orientation|keyboardHidden|screenSize"
|
android:configChanges="orientation|keyboardHidden|screenSize"
|
||||||
android:label="@string/title_activity_game"
|
android:label="@string/title_activity_game"
|
||||||
android:parentActivityName="com.limelight.Connection"
|
android:parentActivityName="com.limelight.Connection"
|
||||||
|
|||||||
Reference in New Issue
Block a user