Merge "Fix HttpProxy." into froyo

This commit is contained in:
Robert Greenwalt
2010-03-31 08:32:03 -07:00
committed by Android (Google) Code Review

View File

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