Removed unused string (high_power_count).

Change-Id: I3ababf4fd0c7f4ae9c9a64a3cf05d5a9db291cba
Fixes: 29220742
This commit is contained in:
Felipe Leme
2016-06-08 15:38:58 -07:00
parent 84c7b7720a
commit a889cf761c

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>