pbreault / adb-idea

A plugin for Android Studio and Intellij IDEA that speeds up your day to day android development.
Apache License 2.0
2.1k stars 256 forks source link

Feature Request: Enable/Disable HTTP Proxy #153

Open georgiecasey opened 1 year ago

georgiecasey commented 1 year ago

Wouldn't it be great to be able enable your local HTTP proxy (Charles proxy for example) on your test device? So you'd need to be able save your local IP address and port somewhere in this plugin, not sure how to do that.

Then the adb commands are: adb shell settings put global http_proxy <host>:<port>

adb shell settings put global http_proxy :0

Don't know if there's any interest in this, I'll code it up if I get time.