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:
@@ -2731,7 +2731,7 @@
|
|||||||
android:launchMode="singleTop"
|
android:launchMode="singleTop"
|
||||||
android:taskAffinity=".wifi.NetworkRequestDialogActivity"
|
android:taskAffinity=".wifi.NetworkRequestDialogActivity"
|
||||||
android:exported="true"
|
android:exported="true"
|
||||||
android:permission="android.permission.MAINLINE_WIFI_STACK">
|
android:permission="android.permission.NETWORK_SETTINGS">
|
||||||
<intent-filter>
|
<intent-filter>
|
||||||
<action android:name="com.android.settings.wifi.action.NETWORK_REQUEST" />
|
<action android:name="com.android.settings.wifi.action.NETWORK_REQUEST" />
|
||||||
<category android:name="android.intent.category.DEFAULT" />
|
<category android:name="android.intent.category.DEFAULT" />
|
||||||
|
|||||||
Reference in New Issue
Block a user