diff --git a/AndroidManifest.xml b/AndroidManifest.xml index c79e842a4ff..f94539b5883 100644 --- a/AndroidManifest.xml +++ b/AndroidManifest.xml @@ -198,7 +198,8 @@ android:theme="@style/SetupWizardDisableAppStartingTheme" android:label="@string/wifi_setup_wizard_title" android:icon="@drawable/empty_icon" - android:clearTaskOnLaunch="true"> + android:clearTaskOnLaunch="true" + android:windowSoftInputMode="adjustNothing">