Loading packages/CaptivePortalLogin/AndroidManifest.xml +2 −1 Original line number Diff line number Diff line Loading @@ -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"/> Loading Loading
packages/CaptivePortalLogin/AndroidManifest.xml +2 −1 Original line number Diff line number Diff line Loading @@ -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"/> Loading