mirror of
https://github.com/shagr4th/droid48
synced 2024-12-26 21:58:12 +01:00
Prevent onDestroy from being called with API level 13+
This commit is contained in:
parent
8defbf1e85
commit
3622d56bfa
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@
|
|||
<application android:icon="@drawable/icon" android:label="@string/app_name">
|
||||
<activity android:name=".X48"
|
||||
android:label="@string/app_name"
|
||||
android:configChanges="keyboardHidden|orientation" android:launchMode="singleTop">
|
||||
android:configChanges="keyboardHidden|orientation|screenSize" android:launchMode="singleTop">
|
||||
<intent-filter>
|
||||
<action android:name="android.intent.action.MAIN" />
|
||||
<category android:name="android.intent.category.LAUNCHER" />
|
||||
|
|
Loading…
Reference in a new issue