We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7144fae commit 3499784Copy full SHA for 3499784
healthd/BatteryMonitor.cpp
@@ -140,6 +140,7 @@ BatteryMonitor::PowerSupplyType BatteryMonitor::readPowerSupplyType(const String
140
{ "USB_HVDCP_3", ANDROID_POWER_SUPPLY_TYPE_AC },
141
{ "Wireless", ANDROID_POWER_SUPPLY_TYPE_WIRELESS },
142
{ "Wipower", ANDROID_POWER_SUPPLY_TYPE_WIRELESS },
143
+ { "DASH", ANDROID_POWER_SUPPLY_TYPE_AC },
144
{ NULL, 0 },
145
};
146
0 commit comments