Loading res/values/strings.xml +1 −1 Original line number Diff line number Diff line Loading @@ -6094,7 +6094,7 @@ <!-- Summary for the battery high usage tip, which presents apps with highest usage [CHAR LIMIT=NONE] --> <string name="battery_tip_high_usage_summary">See apps with highest usage</string> <!-- Title for the battery limited temporarily tip [CHAR LIMIT=NONE] --> <string name="battery_tip_limited_temporarily_title">Optimizing for battery health</string> <string name="battery_tip_limited_temporarily_title">Charging temporarily limited</string> <!-- Summary for the battery limited temporarily tip [CHAR LIMIT=NONE] --> <string name="battery_tip_limited_temporarily_summary">Battery limited temporarily. Learn more.</string> <!-- Message for battery tip dialog to show the status about the battery [CHAR LIMIT=NONE] --> tests/robotests/src/com/android/settings/fuelgauge/BatteryInfoTest.java +1 −1 Original line number Diff line number Diff line Loading @@ -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. Loading Loading
res/values/strings.xml +1 −1 Original line number Diff line number Diff line Loading @@ -6094,7 +6094,7 @@ <!-- Summary for the battery high usage tip, which presents apps with highest usage [CHAR LIMIT=NONE] --> <string name="battery_tip_high_usage_summary">See apps with highest usage</string> <!-- Title for the battery limited temporarily tip [CHAR LIMIT=NONE] --> <string name="battery_tip_limited_temporarily_title">Optimizing for battery health</string> <string name="battery_tip_limited_temporarily_title">Charging temporarily limited</string> <!-- Summary for the battery limited temporarily tip [CHAR LIMIT=NONE] --> <string name="battery_tip_limited_temporarily_summary">Battery limited temporarily. Learn more.</string> <!-- Message for battery tip dialog to show the status about the battery [CHAR LIMIT=NONE] -->
tests/robotests/src/com/android/settings/fuelgauge/BatteryInfoTest.java +1 −1 Original line number Diff line number Diff line Loading @@ -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. Loading