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

Commit f393e491 authored by Robert Greenwalt's avatar Robert Greenwalt Committed by Android (Google) Code Review
Browse files

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

parents 8ff6d70d 483d1fb3
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;
        }
    }