Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 65602b35 authored by Paul Jensen's avatar Paul Jensen Committed by android-build-merger
Browse files

Merge "Make captive portal login app not restart upon device rotation." into nyc-dev

am: a6f26913

* commit 'a6f26913':
  Make captive portal login app not restart upon device rotation.
parents c4a563f9 a6f26913
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -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"/>