Merge "Fix HttpProxy." into froyo
This commit is contained in:
committed by
Android (Google) Code Review
commit
0a08b1948f
@ -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();
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Reference in New Issue
Block a user