Merge "Add screen usage string for battery settings" into oc-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
28cf04d994
@@ -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));
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user