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

Commit c9b07700 authored by Automerger Merge Worker's avatar Automerger Merge Worker
Browse files

Merge "Add Doc about app disable or netowrk reset will remove suggeestion"...

Merge "Add Doc about app disable or netowrk reset will remove suggeestion" into rvc-dev am: a99073b2 am: 5753e70a am: d895a856 am: e9efe43e

Change-Id: If8689b44e7283df01ee817825af6b2196dda9440
parents e41d7750 e9efe43e
Loading
Loading
Loading
Loading
+5 −3
Original line number Diff line number Diff line
@@ -1880,9 +1880,11 @@ public class WifiManager {
     * NOTE:
     * <li> These networks are just a suggestion to the platform. The platform will ultimately
     * decide on which network the device connects to. </li>
     * <li> When an app is uninstalled, all its suggested networks are discarded. If the device is
     * currently connected to a suggested network which is being removed then the device will
     * disconnect from that network.</li>
     * <li> When an app is uninstalled or disabled, all its suggested networks are discarded.
     * If the device is currently connected to a suggested network which is being removed then the
     * device will disconnect from that network.</li>
     * <li> If user reset network settings, all added suggestions will be discarded. Apps can use
     * {@link #getNetworkSuggestions()} to check if their suggestions are in the device.</li>
     * <li> In-place modification of existing suggestions are allowed.
     * If the provided suggestions {@link WifiNetworkSuggestion#equals(Object)} any previously
     * provided suggestions by the app. Previous suggestions will be updated</li>