Merge "Removed unused string (high_power_count)."

This commit is contained in:
TreeHugger Robot
2016-06-09 17:20:42 +00:00
committed by Android (Google) Code Review

View File

@@ -6777,12 +6777,6 @@
<!-- Description of high power switch [CHAR LIMIT=NONE] -->
<string name="high_power_desc">Don\u2019t apply battery optimization. May drain your battery more quickly.</string>
<!-- Description of number of apps with high power turned on [CHAR LIMIT=NONE] -->
<plurals name="high_power_count">
<item quantity="one">1 app allowed to ignore battery optimization</item>
<item quantity="other"><xliff:g id="count" example="10">%d</xliff:g> apps allowed to ignore battery optimization</item>
</plurals>
<!-- Title of prompt dialog app can invoke to turn off optimization [CHAR LIMIT=NONE] -->
<string name="high_power_prompt_title">Ignore battery optimizations?</string>