From 84ea5f4b215bee7250244b7c0a6ed8db8293cfbd Mon Sep 17 00:00:00 2001 From: Paul Jensen Date: Fri, 18 Mar 2016 09:35:32 -0400 Subject: [PATCH] Make captive portal login app not restart upon device rotation. Without this fix, rotating the device restarts web browsing at the first page of captive portal losing any information a user has already entered. Bug: 27363244 Change-Id: Ie610f6c7192352eb80acb200d089072cf0197c37 --- packages/CaptivePortalLogin/AndroidManifest.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/packages/CaptivePortalLogin/AndroidManifest.xml b/packages/CaptivePortalLogin/AndroidManifest.xml index aea8585dce525..f21fd88cadf6d 100644 --- a/packages/CaptivePortalLogin/AndroidManifest.xml +++ b/packages/CaptivePortalLogin/AndroidManifest.xml @@ -27,7 +27,8 @@ + android:theme="@style/AppTheme" + android:configChanges="keyboardHidden|orientation|screenSize" >