DEADSOFTWARE

properly grey out the dmkeys menu option
[d2df-sdl.git] / android / AndroidManifest.xml
index c1be47460beac11ab55f1393582987e345d5569e..b69d31fa77393f9a9404703138931ef544723e1b 100644 (file)
@@ -2,7 +2,7 @@
 <manifest xmlns:android="http://schemas.android.com/apk/res/android"
       package="org.d2df.app"
       android:versionCode="1"
-      android:versionName="1.0"
+      android:versionName="0.667-git"
       android:installLocation="auto">
 
     <!-- Android 4.1 -->
@@ -33,6 +33,7 @@
                  android:debuggable="true" >
         <activity android:name="Doom2DF"
                   android:label="Doom2D Forever"
+                  android:screenOrientation="sensorLandscape"
                   android:configChanges="keyboardHidden|orientation|screenSize"
                   >
             <intent-filter>