disabled rotation of the screen

This commit is contained in:
fysx
2013-12-06 16:00:58 +01:00
parent ae4b6f4d3a
commit fa181fa1b2
+2 -1
View File
@@ -22,7 +22,8 @@
android:allowBackup="true"
android:theme="@android:style/Theme.NoTitleBar.Fullscreen">
<activity android:name="SDLActivity"
android:label="@string/app_name">
android:label="@string/app_name"
android:screenOrientation="portrait">
<intent-filter>
<action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.LAUNCHER" />