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:
@@ -302,7 +302,7 @@ public class BatteryInfo {
|
|||||||
info.remainingLabel = null;
|
info.remainingLabel = null;
|
||||||
info.chargeLabel = info.batteryLevel == 100 ? info.batteryPercentString :
|
info.chargeLabel = info.batteryLevel == 100 ? info.batteryPercentString :
|
||||||
resources.getString(R.string.power_charging, info.batteryPercentString,
|
resources.getString(R.string.power_charging, info.batteryPercentString,
|
||||||
chargeStatusLabel.toLowerCase());
|
chargeStatusLabel);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user