New Settings symbols for captive portal detection am: 728a769ee1

am: b196a8e231

Change-Id: I6e965696ed03b0eb4a49db3b21ad6a382ba1d081
This commit is contained in:
Hugo Benichi
2016-09-29 01:23:59 +00:00
committed by android-build-merger

View File

@@ -5489,7 +5489,7 @@ public class ConnectivityService extends IConnectivityManager.Stub
@Override
public String getCaptivePortalServerUrl() {
return NetworkMonitor.getCaptivePortalServerUrl(mContext);
return NetworkMonitor.getCaptivePortalServerHttpUrl(mContext);
}
@Override