am 0664c62c: Merge "Motorola request to fix proxy" into honeycomb
* commit '0664c62c12b885d1c5029185623299f73b048f88': Motorola request to fix proxy
This commit is contained in:
@@ -1037,7 +1037,7 @@ public class WebView extends AbsoluteLayout
|
||||
String host = proxyProperties.getHost();
|
||||
int port = proxyProperties.getPort();
|
||||
if (port != 0)
|
||||
host += ": " + port;
|
||||
host += ":" + port;
|
||||
|
||||
// TODO: Handle exclusion list
|
||||
// The plan is to make an AndroidProxyResolver, and handle the blacklist
|
||||
|
||||
Reference in New Issue
Block a user