summaryrefslogtreecommitdiffstats
path: root/include/batteryservice
diff options
context:
space:
mode:
authorAdrian Roos <roosa@google.com>2015-07-10 13:08:28 -0700
committerAdrian Roos <roosa@google.com>2015-07-10 13:10:13 -0700
commit687aa22c9281e37b7a8bd674bd2de183aebcc22b (patch)
tree0f84c73a9495f653ddab215358ba790b00f3198d /include/batteryservice
parent3f8fbfdb9bde70454f617ab8f59874bdf132cb29 (diff)
downloadframeworks_native-687aa22c9281e37b7a8bd674bd2de183aebcc22b.zip
frameworks_native-687aa22c9281e37b7a8bd674bd2de183aebcc22b.tar.gz
frameworks_native-687aa22c9281e37b7a8bd674bd2de183aebcc22b.tar.bz2
Show charging speed on Keyguard
Bug: 8099739 Change-Id: I2e5c21dd7ec028ce47fb03ab71e74f7fccaa9e36
Diffstat (limited to 'include/batteryservice')
-rw-r--r--include/batteryservice/BatteryService.h1
1 files changed, 1 insertions, 0 deletions
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;