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

Commit 79c30c0a authored by Weng Su's avatar Weng Su
Browse files

Add CHANGE_WIFI_STATE request to PICK_WIFI_NETWORK intent

- Add CHANGE_WIFI_STATE permission to WifiPickerActivity

Bug: 183410556
Test: manual test
Use b/183410556#comment4 app-debug.apk to verify the solution

Change-Id: Ie9295c129bc87cb66c67377db64ba716046e9daf
parent 53efa5be
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -410,6 +410,7 @@

        <activity
            android:name=".wifi.WifiPickerActivity"
            android:permission="android.permission.CHANGE_WIFI_STATE"
            android:exported="true">
            <intent-filter android:priority="1">
                <action android:name="android.net.wifi.PICK_WIFI_NETWORK" />