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.
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.