am 0664c62c: Merge "Motorola request to fix proxy" into honeycomb

* commit '0664c62c12b885d1c5029185623299f73b048f88':
  Motorola request to fix proxy
This commit is contained in:
Kristian Monsen
2011-01-18 08:26:52 -08:00
committed by Android Git Automerger

View File

@@ -1037,7 +1037,7 @@ public class WebView extends AbsoluteLayout
String host = proxyProperties.getHost(); String host = proxyProperties.getHost();
int port = proxyProperties.getPort(); int port = proxyProperties.getPort();
if (port != 0) if (port != 0)
host += ": " + port; host += ":" + port;
// TODO: Handle exclusion list // TODO: Handle exclusion list
// The plan is to make an AndroidProxyResolver, and handle the blacklist // The plan is to make an AndroidProxyResolver, and handle the blacklist