v0.6.3: updated some manifest elements to reduce bugs

This commit is contained in:
Evan Debenham 2018-02-14 12:43:56 -05:00 committed by Evan Debenham
parent 035551146a
commit db0ce34fb4

View File

@ -28,6 +28,8 @@
<activity <activity
android:label="@string/app_name" android:label="@string/app_name"
android:name=".ShatteredPixelDungeon" android:name=".ShatteredPixelDungeon"
android:alwaysRetainTaskState="true"
android:launchMode="singleInstance"
android:configChanges="keyboardHidden|orientation|screenSize|smallestScreenSize|screenLayout" android:configChanges="keyboardHidden|orientation|screenSize|smallestScreenSize|screenLayout"
android:screenOrientation="nosensor"> android:screenOrientation="nosensor">
<intent-filter > <intent-filter >