device_api-android
device_api-android copied to clipboard
DeviceAPI-Android
Bumps [json](https://github.com/flori/json) from 2.1.0 to 2.3.1. Changelog Sourced from json's changelog. 2020-06-30 (2.3.1) Spelling and grammar fixes for comments. Pull request #191 by Josh Kline. Enhance generic JSON and #generate...
It currently doesn't work for Kindles on Hive 7 as it always returns 'unknown'
Wouldn't it be good to add more detailed battery information on following lines ? Defined in android.os.BatteryManager BATTERY_STATUS_UNKNOWN (0x00000001) BATTERY_STATUS_CHARGING (0x00000002) BATTERY_STATUS_DISCHARGING (0x00000003) BATTERY_STATUS_NOT_CHARGING (0x00000004) BATTERY_STATUS_FULL (0x00000005) With respect to...
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...