mirror of
https://github.com/moonlight-stream/moonlight-android.git
synced 2025-07-22 04:22:45 +00:00
Enable both landscape orientations
This commit is contained in:
parent
bd6338730d
commit
5a4a0d55e3
@ -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"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user