I am trying to make a simple proxy changer application in android. So I want to know that, is it possible to programmatically change proxy setting in Android.
Asked
Active
Viewed 7,501 times
0
-
got answer for similar question http://stackoverflow.com/questions/24697533/manual-proxy-in-android-through-reflection/24797025#24797025 – KOTIOS Jul 17 '14 at 07:13
1 Answers
1
You could use the Android Proxy Library.
-
[APL](https://github.com/shouldit/android-proxy-library) development version support changing the proxy only for API version > 3.1. – lechuckcaptain Feb 04 '13 at 16:54