v0.6.3: updated some manifest elements to reduce bugs
This commit is contained in:
parent
035551146a
commit
db0ce34fb4
|
@ -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 >
|
||||||
|
|
Loading…
Reference in New Issue
Block a user