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

Commit 850270d5 authored by Robert Greenwalt's avatar Robert Greenwalt Committed by Android Git Automerger
Browse files

am 26b7ff91: am f393e491: Merge "Switch the NetworkInfo.mIsAvailable default" into lmp-dev

* commit '26b7ff91':
  Switch the NetworkInfo.mIsAvailable default
parents 423bf3d0 26b7ff91
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -4231,6 +4231,7 @@ public class ConnectivityService extends IConnectivityManager.Stub {
            NetworkInfo result = new NetworkInfo(
                    networkType, 0, ConnectivityManager.getNetworkTypeName(networkType), "");
            result.setDetailedState(NetworkInfo.DetailedState.DISCONNECTED, null, null);
            result.setIsAvailable(true);
            return result;
        }
    }