device_api-android
device_api-android copied to clipboard
Add proxy information
Not sure how much use this would be, but we can get the current proxy set for WiFi by running:
adb shell dumpsys wifi | grep HttpProxy
Would this be useful for a diagnostic check?
Part of bbc/hive_mind#173