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

Commit e5c19170 authored by Brandon McAnsh's avatar Brandon McAnsh Committed by Gerrit Code Review
Browse files

CaptivePortal: Remove captive_portal_login intent-filter

* NetworkMonitor doesn't fire this intent to launch the login,
    and with http://review.cyanogenmod.org/#/c/102025/

 the use of the
    capitive_portal_login has been removed

Change-Id: I7461b3d7b5598e2f88b7e2843dcd09ccbf3b424d
Signed-off-by: default avatarBrandon McAnsh <brandon.mcansh@gmail.com>
parent bc85f5e5
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -32,10 +32,6 @@
                <category android:name="android.intent.category.DEFAULT"/>
                <data android:mimeType="text/plain"/>
            </intent-filter>
            <intent-filter>
                <action android:name="android.net.action.captive_portal_login"/>
                <category android:name="android.intent.category.DEFAULT"/>
            </intent-filter>
        </activity>
    </application>
</manifest>