Revert "Add BMS as a Battery type"
This reverts commit f13c6ff50a.
Bug: 34166515
Change-Id: I102d3ee071f214deba1a72738af62b6f6b7c52f4
This commit is contained in:
parent
f13c6ff50a
commit
8d17bc6a7a
1 changed files with 0 additions and 1 deletions
|
|
@ -141,7 +141,6 @@ BatteryMonitor::PowerSupplyType BatteryMonitor::readPowerSupplyType(const String
|
|||
struct sysfsStringEnumMap supplyTypeMap[] = {
|
||||
{ "Unknown", ANDROID_POWER_SUPPLY_TYPE_UNKNOWN },
|
||||
{ "Battery", ANDROID_POWER_SUPPLY_TYPE_BATTERY },
|
||||
{ "BMS", ANDROID_POWER_SUPPLY_TYPE_BATTERY },
|
||||
{ "UPS", ANDROID_POWER_SUPPLY_TYPE_AC },
|
||||
{ "Mains", ANDROID_POWER_SUPPLY_TYPE_AC },
|
||||
{ "USB", ANDROID_POWER_SUPPLY_TYPE_USB },
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue