aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Android/AndroidManifest.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Android/AndroidManifest.xml b/Android/AndroidManifest.xml
index 72a26f0..8d7f580 100644
--- a/Android/AndroidManifest.xml
+++ b/Android/AndroidManifest.xml
@@ -32,7 +32,7 @@
<activity
android:name=".AndroidActivity"
android:label="@string/title_activity_main"
- android:configChanges="orientation|keyboardHidden|keyboard|screenSize|locale" >
+ android:configChanges="orientation|keyboardHidden|keyboard|screenSize|locale" android:screenOrientation="portrait">
<intent-filter>
<action android:name="android.intent.action.MAIN" />