From 687aa22c9281e37b7a8bd674bd2de183aebcc22b Mon Sep 17 00:00:00 2001 From: Adrian Roos Date: Fri, 10 Jul 2015 13:08:28 -0700 Subject: Show charging speed on Keyguard Bug: 8099739 Change-Id: I2e5c21dd7ec028ce47fb03ab71e74f7fccaa9e36 --- include/batteryservice/BatteryService.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/batteryservice') 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 @@ struct BatteryProperties { bool chargerAcOnline; bool chargerUsbOnline; bool chargerWirelessOnline; + int maxChargingCurrent; int batteryStatus; int batteryHealth; bool batteryPresent; -- cgit v1.1