0

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.

some_other_guy
  • 3,364
  • 4
  • 37
  • 55
VICKY Shastri
  • 133
  • 2
  • 3
  • 12
  • 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 Answers1

1

You could use the Android Proxy Library.

minipif
  • 4,756
  • 3
  • 30
  • 39
Rapptz
  • 20,807
  • 5
  • 72
  • 86
  • [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