Merge "Update battery defender tip string" into sc-dev

This commit is contained in:
TreeHugger Robot
2021-05-27 05:52:19 +00:00
committed by Android (Google) Code Review
2 changed files with 2 additions and 2 deletions

View File

@@ -258,7 +258,7 @@ public class BatteryInfoTest {
false /* shortString */);
assertThat(info.isOverheated).isTrue();
assertThat(info.chargeLabel).isEqualTo("50% - Optimizing for battery health");
assertThat(info.chargeLabel).isEqualTo("50% - Charging temporarily limited");
}
// Make our battery stats return a sequence of battery events.