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

Commit b2db1f02 authored by Roshan Pius's avatar Roshan Pius
Browse files

Revert "Settings(wifi): Allow mainline wifi stack to use network request dialog"

This reverts commit 6faf8649.

Reason for revert: Wifi services no longer plan to be a separate
APK/process for mainline. Will instead become a jar loaded from Apex.

Bug: 144722612
Change-Id: I1d29859866cec3af419fea4f0838d868d2fad8e5
Test: Device boots up & connects to wifi networks.
parent 6faf8649
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2731,7 +2731,7 @@
            android:launchMode="singleTop"
            android:taskAffinity=".wifi.NetworkRequestDialogActivity"
            android:exported="true"
            android:permission="android.permission.MAINLINE_WIFI_STACK">
            android:permission="android.permission.NETWORK_SETTINGS">
            <intent-filter>
                <action android:name="com.android.settings.wifi.action.NETWORK_REQUEST" />
                <category android:name="android.intent.category.DEFAULT" />