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

This reverts commit 6faf8649c7.

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.
This commit is contained in:
Roshan Pius
2019-11-19 15:45:40 +00:00
parent 6faf8649c7
commit b2db1f0257

View File

@@ -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" />