summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Amith Yamasani <yamasani@google.com> 2018-02-05 12:14:50 -0800
committer Amith Yamasani <yamasani@google.com> 2018-02-05 12:14:50 -0800
commit87e485e51da9eeda9dd364baaa189a95c1c65b23 (patch)
tree1aea24d1c774debbbcfe029a1c9ca9cea3196d5b
parentfaf852539a2dc11e10520f223f3c29c47cf3008d (diff)
Update Inactive Apps to show standby buckets
Update strings to reflect the new values. Bug: 72728900 Test: Settings>Dev>Standby apps Change-Id: Iec55752632efdcce1fefb0dd542858d86eb7d982
-rw-r--r--packages/SettingsLib/res/values/strings.xml8
1 files changed, 6 insertions, 2 deletions
diff --git a/packages/SettingsLib/res/values/strings.xml b/packages/SettingsLib/res/values/strings.xml
index 486a9bbed1f2..4d766483321f 100644
--- a/packages/SettingsLib/res/values/strings.xml
+++ b/packages/SettingsLib/res/values/strings.xml
@@ -805,13 +805,17 @@
<item>Colors optimized for digital content</item>
</string-array>
- <!-- Settings item title for inactive apps [CHAR LIMIT=35] -->
- <string name="inactive_apps_title">Inactive apps</string>
+ <!-- Settings item title for apps in standby (limiting background activity) [CHAR LIMIT=35] -->
+ <string name="inactive_apps_title">Standby apps</string>
<!-- Settings item summary for inactive app [CHAR LIMIT=100] -->
<string name="inactive_app_inactive_summary">Inactive. Tap to toggle.</string>
<!-- Settings item summary for active app [CHAR LIMIT=100] -->
<string name="inactive_app_active_summary">Active. Tap to toggle.</string>
+ <!-- Settings item summary for standby bucket value of an app. [CHAR LIMIT=100] -->
+ <string name="standby_bucket_summary">App standby
+ state:<xliff:g id="bucket"> %s</xliff:g></string>
+
<!-- Services settings screen, setting option name for the user to go to the screen to view running services -->
<string name="runningservices_settings_title">Running services</string>
<!-- Services settings screen, setting option summary for the user to go to the screen to view running services -->