Update Battery settings entry index summary

- Remove toLowerCase method
 screenshots:
   https://screenshot.googleplex.com/C2F4xvxQzh9NBW3.png
   https://screenshot.googleplex.com/PWiQs6KQcJiqd9U.png

Bug: 241064596
Test: make SettingsRoboTests
Change-Id: I51162fff96f083d40a4a20a6c4d3cf85c2dc8a41
This commit is contained in:
Wesley Wang
2022-10-13 15:41:50 +08:00
parent a1042f2e2d
commit 14f1f4d292

View File

@@ -302,7 +302,7 @@ public class BatteryInfo {
info.remainingLabel = null;
info.chargeLabel = info.batteryLevel == 100 ? info.batteryPercentString :
resources.getString(R.string.power_charging, info.batteryPercentString,
chargeStatusLabel.toLowerCase());
chargeStatusLabel);
}
}