DEADSOFTWARE

properly grey out the dmkeys menu option
[d2df-sdl.git] / android / AndroidManifest.xml
index e4b81a339e375fcf0861deccd28e2d407aab6372..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 -->
                  android:icon="@drawable/ic_launcher"
                  android:allowBackup="true"
                  android:theme="@android:style/Theme.NoTitleBar.Fullscreen"
-                 android:hardwareAccelerated="true" >
+                 android:hardwareAccelerated="true"
+                 android:debuggable="true" >
         <activity android:name="Doom2DF"
                   android:label="Doom2D Forever"
+                  android:screenOrientation="sensorLandscape"
                   android:configChanges="keyboardHidden|orientation|screenSize"
                   >
             <intent-filter>