Loading src/com/android/settings/wifi/WifiUtils.java +1 −1 Original line number Diff line number Diff line Loading @@ -86,7 +86,7 @@ public class WifiUtils extends com.android.settingslib.wifi.WifiUtils { * @return true if Settings cannot modify the config due to lockDown. */ public static boolean isNetworkLockedDown(Context context, WifiConfiguration config) { if (config == null) { if (context == null || config == null) { return false; } Loading Loading
src/com/android/settings/wifi/WifiUtils.java +1 −1 Original line number Diff line number Diff line Loading @@ -86,7 +86,7 @@ public class WifiUtils extends com.android.settingslib.wifi.WifiUtils { * @return true if Settings cannot modify the config due to lockDown. */ public static boolean isNetworkLockedDown(Context context, WifiConfiguration config) { if (config == null) { if (context == null || config == null) { return false; } Loading