New Settings symbols for captive portal detection am: e8b7aea6bb am: 4710228e81

am: 9fc1b97ca5

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