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