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
This commit is contained in:
Paul Jensen
2016-03-18 09:35:32 -04:00
parent 8b1918e5a6
commit 84ea5f4b21

View File

@@ -27,7 +27,8 @@
<activity
android:name="com.android.captiveportallogin.CaptivePortalLoginActivity"
android:label="@string/action_bar_label"
android:theme="@style/AppTheme" >
android:theme="@style/AppTheme"
android:configChanges="keyboardHidden|orientation|screenSize" >
<intent-filter>
<action android:name="android.net.conn.CAPTIVE_PORTAL"/>
<category android:name="android.intent.category.DEFAULT"/>