Loading wifi/java/android/net/wifi/WifiManager.java +2 −1 Original line number Diff line number Diff line Loading @@ -540,7 +540,8 @@ public class WifiManager { * <li>allowedGroupCiphers</li> * </ul> * @return a list of network configurations in the form of a list * of {@link WifiConfiguration} objects. * of {@link WifiConfiguration} objects. Upon failure to fetch or * when when Wi-Fi is turned off, it can be null. */ public List<WifiConfiguration> getConfiguredNetworks() { try { Loading Loading
wifi/java/android/net/wifi/WifiManager.java +2 −1 Original line number Diff line number Diff line Loading @@ -540,7 +540,8 @@ public class WifiManager { * <li>allowedGroupCiphers</li> * </ul> * @return a list of network configurations in the form of a list * of {@link WifiConfiguration} objects. * of {@link WifiConfiguration} objects. Upon failure to fetch or * when when Wi-Fi is turned off, it can be null. */ public List<WifiConfiguration> getConfiguredNetworks() { try { Loading