commit | b98240cc6ca8fe60b93bfc0d2f6e49c66329f8ff | [log] [tgz] |
---|---|---|
author | Todd Poynor <toddpoynor@google.com> | Tue Jul 30 19:12:10 2013 -0700 |
committer | Todd Poynor <toddpoynor@google.com> | Wed Aug 07 18:30:13 2013 +0000 |
tree | ad6ebef0412e08aedf82d6564db83df161a98147 | |
parent | 43c2718b3fb404d72d711eb37d5c5d10edc97605 [diff] [blame] |
batteryservice: add battery current now and charge counter data Change-Id: I4b3ea25342d4a03a8e38bfee2ef3b1ce54f82582
diff --git a/include/batteryservice/BatteryService.h b/include/batteryservice/BatteryService.h index 855262b..829061a 100644 --- a/include/batteryservice/BatteryService.h +++ b/include/batteryservice/BatteryService.h
@@ -52,6 +52,8 @@ bool batteryPresent; int batteryLevel; int batteryVoltage; + int batteryCurrentNow; + int batteryChargeCounter; int batteryTemperature; String8 batteryTechnology;