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

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

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

* commit 'f393e491':
  Switch the NetworkInfo.mIsAvailable default
parents 356a4c16 f393e491
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;
        }
    }