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

Commit 8c299161 authored by Robert Greenwalt's avatar Robert Greenwalt Committed by Android Git Automerger
Browse files

am 850270d5: am 26b7ff91: am f393e491: Merge "Switch the...

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

* commit '850270d5':
  Switch the NetworkInfo.mIsAvailable default
parents a8df007d 850270d5
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;
        }
    }