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

Commit 3cc44fa7 authored by Nate Jiang's avatar Nate Jiang
Browse files

[NetworkSuggestion] add network suggestion disconnect API

Change the doc. remove suggestion may cause disconnect.

Test: None
Bug: 137582811
Change-Id: I89a9ba090a4b984f8411594e212a1fa013e77dc8
parent 6c8693e5
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -1691,6 +1691,8 @@ public class WifiManager {

    /**
     * Remove some or all of the network suggestions that were previously provided by the app.
     * If the current network is a suggestion being removed and if it was only provided by this app
     * and is not a saved network then the framework will immediately disconnect.
     * See {@link WifiNetworkSuggestion} for a detailed explanation of the parameters.
     * See {@link WifiNetworkSuggestion#equals(Object)} for the equivalence evaluation used.
     *