Don't ever move Launcher when another app is above it

This commit is contained in:
Michael Jurka 2010-11-24 15:01:40 -08:00
parent 3d79192da7
commit c46b91a832
1 changed files with 1 additions and 1 deletions

View File

@ -75,7 +75,7 @@
android:clearTaskOnLaunch="true"
android:stateNotNeeded="true"
android:theme="@style/Theme"
android:windowSoftInputMode="stateUnspecified|adjustPan">
android:windowSoftInputMode="stateUnspecified|adjustNothing">
<intent-filter>
<action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.HOME" />