I\'m looking for a programmatic way to set-up http proxy settings for android handsets. I\'ve tried using android.provider.Settings.System.putString() to set System.HTTP_PR
If you are limiting the use of proxies to your own application you can use the Proxy and ProxySelector API.