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

This commit is contained in:
Robert Greenwalt
2014-10-03 23:41:54 +00:00
committed by Android (Google) Code Review

View File

@@ -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;
}
}