From 0ec68624f733d0f605fdcd0449cfdefbf8c9c599 Mon Sep 17 00:00:00 2001 From: Udam Saini Date: Mon, 21 Dec 2015 10:52:34 -0800 Subject: [PATCH] Fixes password not being saved on orientation changed. We are now using the same configuration as WifiSettingsActivity, which also uses the same configChanges parameters. This keeps the Setup Wizard instantiation of WifiDialog and the settings instantiation closer together. bug:26220180 Change-Id: I05e692d6cb81d3765a3de4ccd6c074deffada72e --- AndroidManifest.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/AndroidManifest.xml b/AndroidManifest.xml index a6062164a43..876600e4c18 100644 --- a/AndroidManifest.xml +++ b/AndroidManifest.xml @@ -2568,7 +2568,8 @@ android:theme="@style/Transparent" android:excludeFromRecents="true" android:exported="true" - android:permission="android.permission.CHANGE_WIFI_STATE"> + android:permission="android.permission.CHANGE_WIFI_STATE" + android:configChanges="orientation|keyboardHidden|screenSize">