mirror of
https://github.com/shagr4th/droid48
synced 2024-12-27 21:58:23 +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">
|
<application android:icon="@drawable/icon" android:label="@string/app_name">
|
||||||
<activity android:name=".X48"
|
<activity android:name=".X48"
|
||||||
android:label="@string/app_name"
|
android:label="@string/app_name"
|
||||||
android:configChanges="keyboardHidden|orientation" android:launchMode="singleTop">
|
android:configChanges="keyboardHidden|orientation|screenSize" android:launchMode="singleTop">
|
||||||
<intent-filter>
|
<intent-filter>
|
||||||
<action android:name="android.intent.action.MAIN" />
|
<action android:name="android.intent.action.MAIN" />
|
||||||
<category android:name="android.intent.category.LAUNCHER" />
|
<category android:name="android.intent.category.LAUNCHER" />
|
||||||
|
|
Loading…
Reference in a new issue