am f9112090: am 676f7052: am 0a08b194: Merge "Fix HttpProxy." into froyo

This commit is contained in:
Robert Greenwalt
2010-03-31 09:55:27 -07:00
committed by Android Git Automerger

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();
}
/**