More updates to battery optimization whitelist
Mostly just string updates. Also fix crash in power details. Bug: 19991702 Bug: 21027488 Bug: 21063077 Change-Id: I5a5e382a20ffaecd9eb16454906c985cc1510572
This commit is contained in:
@@ -5860,6 +5860,7 @@
|
||||
<string name="keywords_all_apps">apps download applications system</string>
|
||||
<string name="keywords_app_permissions">apps permissions security</string>
|
||||
<string name="keywords_default_apps">apps default</string>
|
||||
<string name="keywords_ignore_optimizations">ignore optimizations doze app standby</string>
|
||||
<!-- Search keywords for different screen unlock modes : slide to unlock, password, pattern and PIN [CHAR LIMIT=none] -->
|
||||
<string name="keywords_lockscreen">slide password pattern pin</string>
|
||||
|
||||
@@ -6564,22 +6565,19 @@
|
||||
<!-- Filter for apps allowed to use a lot of power [CHAR LIMIT=25] -->
|
||||
<string name="high_power_filter_on">Allowed</string>
|
||||
|
||||
<!-- Filter for apps not allowed to use a lot of power [CHAR LIMIT=25] -->
|
||||
<string name="high_power_filter_off">Not allowed</string>
|
||||
|
||||
<!-- Summary of app allowed to use a lot of power [CHAR LIMIT=60] -->
|
||||
<string name="high_power_on">Allowed to ignore optimizations</string>
|
||||
<string name="high_power_on">Ignoring battery optimizations</string>
|
||||
|
||||
<!-- Summary of app not allowed to use a lot of power [CHAR LIMIT=60] -->
|
||||
<string name="high_power_off">Not allowed to ignore optimizations</string>
|
||||
<string name="high_power_off">Off</string>
|
||||
|
||||
<!-- Description of high power switch [CHAR LIMIT=NONE] -->
|
||||
<string name="high_power_desc">Ignore optimizations including Battery saver, allow instant content refresh etc.</string>
|
||||
<string name="high_power_desc">Don\'t apply battery optimizations. 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 is allowed to ignore battery optimizations</item>
|
||||
<item quantity="other"><xliff:g id="count" example="10">%d</xliff:g> apps are allowed to battery optimizations</item>
|
||||
<item quantity="one">1 app allowed to ignore battery optimizations</item>
|
||||
<item quantity="other"><xliff:g id="count" example="10">%d</xliff:g> apps allowed to ignore battery optimizations</item>
|
||||
</plurals>
|
||||
|
||||
<!-- Summary of power usage for an app [CHAR LIMIT=NONE] -->
|
||||
|
||||
Reference in New Issue
Block a user