Don't ever move Launcher when another app is above it
This commit is contained in:
parent
3d79192da7
commit
c46b91a832
|
@ -75,7 +75,7 @@
|
||||||
android:clearTaskOnLaunch="true"
|
android:clearTaskOnLaunch="true"
|
||||||
android:stateNotNeeded="true"
|
android:stateNotNeeded="true"
|
||||||
android:theme="@style/Theme"
|
android:theme="@style/Theme"
|
||||||
android:windowSoftInputMode="stateUnspecified|adjustPan">
|
android:windowSoftInputMode="stateUnspecified|adjustNothing">
|
||||||
<intent-filter>
|
<intent-filter>
|
||||||
<action android:name="android.intent.action.MAIN" />
|
<action android:name="android.intent.action.MAIN" />
|
||||||
<category android:name="android.intent.category.HOME" />
|
<category android:name="android.intent.category.HOME" />
|
||||||
|
|
Loading…
Reference in New Issue