Merge "Add screen usage string for battery settings" into oc-dev

am: 28cf04d994

Change-Id: Ie60e5de8164bfc16fa29ca16b63caa08812db52f
This commit is contained in:
jackqdyulei
2017-05-18 19:25:57 +00:00
committed by android-build-merger
3 changed files with 6 additions and 4 deletions

View File

@@ -652,7 +652,7 @@ public class PowerUsageSummary extends PowerUsageBase {
final CharSequence timeSequence = Utils.formatElapsedTime(getContext(), usageTimeMs,
false);
preference.setSummary(
TextUtils.expandTemplate(getText(R.string.battery_used_for), timeSequence));
TextUtils.expandTemplate(getText(R.string.battery_screen_usage), timeSequence));
}
}