Enable both landscape orientations

This commit is contained in:
Cameron Gutman 2013-11-20 01:33:58 -05:00
parent bd6338730d
commit 5a4a0d55e3

View File

@ -28,7 +28,7 @@
</activity>
<activity
android:name="com.limelight.Game"
android:screenOrientation="landscape"
android:screenOrientation="sensorLandscape"
android:configChanges="orientation|keyboardHidden|screenSize"
android:label="@string/title_activity_game"
android:parentActivityName="com.limelight.Connection"