v0.4.3a: game now defaults to landscape on appropriate tablets

This commit is contained in:
Evan Debenham
2016-10-18 02:01:21 -04:00
parent 64087bf3ed
commit a6852b1b97
3 changed files with 17 additions and 10 deletions
+1 -1
View File
@@ -31,7 +31,7 @@
android:label="@string/app_name"
android:name=".ShatteredPixelDungeon"
android:configChanges="keyboardHidden|orientation|screenSize"
android:screenOrientation="sensorPortrait">
android:screenOrientation="nosensor">
<intent-filter >
<action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.LAUNCHER" />