How to unset http.proxy in android -


we can set system proxy

system.setproperty("http.proxyhost", host); system.setproperty("http.proxyport", port); 

how unset system proxy?

you can use clearproperty

system.clearproperty("http.proxyhost"); 

Comments

Popular posts from this blog

dns - How To Use Custom Nameserver On Free Cloudflare? -

python - Pygame screen.blit not working -

c# - Web API response xml language -