Merged fix that prevents killing background app after 30min timeout, by Bernhard Kaindl

This commit is contained in:
pelya
2012-06-21 13:57:34 +03:00
parent 736de401a3
commit 532b652594

View File

@@ -11,6 +11,7 @@
>
<activity android:name=".MainActivity"
android:label="@string/app_name"
android:alwaysRetainTaskState="true"
android:screenOrientation="landscape"
android:configChanges="mcc|mnc|locale|touchscreen|keyboard|keyboardHidden|navigation|orientation|screenLayout|fontScale|uiMode|screenSize|smallestScreenSize"
android:windowSoftInputMode="stateUnspecified|adjustPan"