am 0a08b194: Merge "Fix HttpProxy." into froyo

Merge commit '0a08b1948f1e93fc36af8913e6e87fbeb0e9a92d' into froyo-plus-aosp

* commit '0a08b1948f1e93fc36af8913e6e87fbeb0e9a92d':
  Fix HttpProxy.
This commit is contained in:
Robert Greenwalt
2010-03-31 08:35:16 -07:00
committed by Android Git Automerger

View File

@@ -238,6 +238,8 @@ public class RequestQueue implements RequestFeeder {
mContext.registerReceiver(mProxyChangeReceiver, mContext.registerReceiver(mProxyChangeReceiver,
new IntentFilter(Proxy.PROXY_CHANGE_ACTION)); new IntentFilter(Proxy.PROXY_CHANGE_ACTION));
} }
// we need to resample the current proxy setup
setProxyConfig();
} }
/** /**