Merge "Update the battery string." into pi-dev am: 43a325dd05

am: 3dbdb27605

Change-Id: If997f4feac5446310ab8e98091ea40b65aa5256c
This commit is contained in:
Lei Yu
2018-04-02 21:56:11 +00:00
committed by android-build-merger
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();
}