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

php - Admin SDK -- get information about the group -

javascript - Updating a Nested Array with MongoDB -

c# - PHP script ,MySQL -