From 98f245069b7b0be4f63d27260c536ea768c50a75 Mon Sep 17 00:00:00 2001 From: Maurice Lam Date: Thu, 15 Jan 2015 11:43:34 -0800 Subject: [PATCH] [WifiSetup] Don't pan the window for IME Suppress panning the activity window for the IME because that is causing garbage to be drawn. Bug: 18974000 Change-Id: I42429241425be0e520e9b36d1e134748ae583076 --- AndroidManifest.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/AndroidManifest.xml b/AndroidManifest.xml index 7fb2603ca26..99133a56e92 100644 --- a/AndroidManifest.xml +++ b/AndroidManifest.xml @@ -197,7 +197,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">