Merge "Update the battery string." into pi-dev

This commit is contained in:
TreeHugger Robot
2018-04-02 01:33:28 +00:00
committed by Android (Google) Code Review
2 changed files with 2 additions and 2 deletions

View File

@@ -151,7 +151,7 @@ public class BatteryTipDialogFragmentTest {
.isEqualTo(
"To save battery, stop these apps from using battery in the background. "
+ "Restricted apps may not work properly and notifications may be"
+ " delayed.\n\nApps:\n");
+ " delayed.\n\nApps:");
assertThat(shadowDialog.getView()).isNotNull();
}