I have configured a proxy on my Android device. I'm developing an aplication in which I need to make a HTTP get throught the proxy. I can make the HTTP get but I MUST set again the user and password into the httpclient, so, how I can get the proxy credentials stored in the android device?
thanks.