diff --git a/AndroidManifest.xml b/AndroidManifest.xml index 418b3a373a..3b721ab576 100644 --- a/AndroidManifest.xml +++ b/AndroidManifest.xml @@ -70,9 +70,10 @@ android:launchMode="singleTask" android:clearTaskOnLaunch="true" android:stateNotNeeded="true" - android:windowSoftInputMode="adjustPan" + android:windowSoftInputMode="adjustPan|stateUnchanged" android:screenOrientation="nosensor" android:configChanges="keyboard|keyboardHidden|navigation" + android:resizeableActivity="true" android:resumeWhilePausing="true" android:taskAffinity="" android:enabled="true">