Add battery usage time summary to usage list item
Insert app foregound and background usage time information into the preference item summary based on the different scenarios. Bug: 177406865 Test: make SettingsRoboTests Test: make SettingsGoogleRoboTests Change-Id: I13ba357666adfb7b57f52ffae18d09aed8dd0773
This commit is contained in:
@@ -6361,7 +6361,14 @@
|
||||
<string name="battery_usage_time_am">am</string>
|
||||
<!-- [CHAR_LIMIT=NONE] Battery usage section header for a specific time slot -->
|
||||
<string name="battery_usage_time_pm">pm</string>
|
||||
|
||||
<!-- [CHAR_LIMIT=NONE] Battery usage item for total usage time less than a minute -->
|
||||
<string name="battery_usage_total_less_than_one_minute">Total: less than a min</string>
|
||||
<!-- [CHAR_LIMIT=NONE] Battery usage item for total background time less than a minute -->
|
||||
<string name="battery_usage_background_less_than_one_minute">Background: less than a min</string>
|
||||
<!-- [CHAR_LIMIT=NONE] Battery usage item for total usage time -->
|
||||
<string name="battery_usage_for_total_time">Total: <xliff:g id="time">%s</xliff:g></string>
|
||||
<!-- [CHAR_LIMIT=NONE] Battery usage item for background usage time -->
|
||||
<string name="battery_usage_for_background_time">Background: <xliff:g id="time">%s</xliff:g></string>
|
||||
<!-- Process Stats strings -->
|
||||
<skip />
|
||||
|
||||
|
Reference in New Issue
Block a user