Starting from this official statement that all xyAndroid versions previous API 11 doesn't support the java.net.ProSelector
way to get the current proxy configuration, I would like to know if it's possible to transparently change in some way the properties that the ProxySelector class uses to store the proxy (If I'm not wrong, the ProxySelector implementation could be something like these).
The properties should be changed system wide, in order that all the 3rd party applications can access the current proxy configuration using the java.net.ProxySelector
class.
Is it possible?
I'm trying to work on a OSS library so that every user with "not so much" old devices can finally set the proxy for all the well written applications.