[Android] Oops. Keep the screenOrientation setting to landscape.

This commit is contained in:
Ryan Houdek 2013-07-16 09:08:41 -05:00
parent bd6218685f
commit a1b9a4dc5e

View File

@ -18,6 +18,7 @@
android:name=".DolphinEmulator"
android:label="@string/app_name"
android:theme="@android:style/Theme.NoTitleBar.Fullscreen"
android:screenOrientation="landscape"
android:configChanges="locale|keyboard|keyboardHidden|navigation|fontScale|uiMode" >
<intent-filter>
<action android:name="android.intent.action.MAIN" />