Update battery defender tip string

Bug: 175662315
Test: m RunSettingsRoboTests
Change-Id: I064a538631d359b22982f9df6e550b489529b057
This commit is contained in:
Wesley.CW Wang
2021-05-26 15:33:50 +08:00
parent f49190d769
commit 9cc091cbd7
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.