Merge "Add Foreground Service time to battery usage" into oc-mr1-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
a47a3f58bf
@@ -714,7 +714,7 @@ public class PowerUsageSummary extends PowerUsageBase implements
|
||||
preference.setSummary(
|
||||
(sipper.drainType != DrainType.APP || mBatteryUtils.shouldHideSipper(sipper))
|
||||
? timeSequence
|
||||
: TextUtils.expandTemplate(getText(R.string.battery_screen_usage),
|
||||
: TextUtils.expandTemplate(getText(R.string.battery_used_for),
|
||||
timeSequence));
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user