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

Commit 7b34f038 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

am: 65602b35

* commit '65602b35':
  Make captive portal login app not restart upon device rotation.
parents ba2f6624 65602b35
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"/>