How to use Twilio AndroidSDK behind sock proxy with Java System Property
I will use Twilio AndroidSDK. i need using Twilio AndroidSDK behind socks5 proxy. I wrote this code under ClientActivity.java in twilio-mobile-quickstart NEW IDEA: no use ProxySelector. only Systems Property Connecting.. protected void onCreate(Bundle savedInstanceState) { System.setProperty("java.net.useSystemProxies","true"); System.setProperty("proxyHost","[Proxy Server Addr]"); System.setProperty("proxyPort","[Proxy Server Port]"); System.setProperty("http.proxyHost","[Proxy Server Addr]"); System.setProperty("http.proxyPort","[Proxy Server Port]"); System.setProperty("https.proxyHost","