commit | 687aa22c9281e37b7a8bd674bd2de183aebcc22b | [log] [tgz] |
---|---|---|
author | Adrian Roos <roosa@google.com> | Fri Jul 10 13:08:28 2015 -0700 |
committer | Adrian Roos <roosa@google.com> | Fri Jul 10 13:10:13 2015 -0700 |
tree | 0f84c73a9495f653ddab215358ba790b00f3198d | |
parent | 3f8fbfdb9bde70454f617ab8f59874bdf132cb29 [diff] [blame] |
Show charging speed on Keyguard Bug: 8099739 Change-Id: I2e5c21dd7ec028ce47fb03ab71e74f7fccaa9e36
diff --git a/include/batteryservice/BatteryService.h b/include/batteryservice/BatteryService.h index 6211cf4..f0a2790 100644 --- a/include/batteryservice/BatteryService.h +++ b/include/batteryservice/BatteryService.h
@@ -57,6 +57,7 @@ bool chargerAcOnline; bool chargerUsbOnline; bool chargerWirelessOnline; + int maxChargingCurrent; int batteryStatus; int batteryHealth; bool batteryPresent;