Warning: file_get_contents(/data/phpspider/zhask/data//catemap/3/android/194.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
如何在android中取消设置http.proxy_Android_Proxy - Fatal编程技术网

如何在android中取消设置http.proxy

如何在android中取消设置http.proxy,android,proxy,Android,Proxy,我们可以通过设置系统代理 System.setProperty("http.proxyHost", host); System.setProperty("http.proxyPort", port); 如何取消设置系统代理?您可以使用clearProperty System.clearProperty("http.proxyHost"); 您可以使用clearProperty System.clearProperty("http.proxyHost");

我们可以通过设置系统代理

System.setProperty("http.proxyHost", host);
System.setProperty("http.proxyPort", port);

如何取消设置系统代理?

您可以使用
clearProperty

System.clearProperty("http.proxyHost");

您可以使用
clearProperty

System.clearProperty("http.proxyHost");