New Settings symbols for captive portal detection am: 728a769ee1 am: b196a8e231

am: 3f807c2529

Change-Id: Iad6840b4edd243a77fe65a69a2f4dcba28e0a7cb
This commit is contained in:
Hugo Benichi
2016-09-29 06:09:56 +00:00
committed by android-build-merger

View File

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