Update strings in battery settings.

1. Message in high usage dialog
2. Title in app usage list

Change-Id: Iac610483e10e8d2a93a18ca664aec17d9561aaf8
Fixes: 78638843
Test: RunSettingsRoboTests
This commit is contained in:
Lei Yu
2018-05-10 11:31:29 -07:00
parent cda8a44cee
commit bc54cedabd
4 changed files with 7 additions and 19 deletions

View File

@@ -113,7 +113,7 @@ public class BatteryTipDialogFragmentTest {
ShadowAlertDialog shadowDialog = shadowOf(dialog);
assertThat(shadowDialog.getMessage()).isEqualTo(
mContext.getString(R.string.battery_tip_dialog_message, 1, "60 minutes ago"));
mContext.getString(R.string.battery_tip_dialog_message, 1));
}
@Test