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

This commit is contained in:
TreeHugger Robot
2017-05-18 19:10:15 +00:00
committed by Android (Google) Code Review
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));
}
}