summaryrefslogtreecommitdiffstats
path: root/quickstep/res/values/strings.xml
diff options
context:
space:
mode:
authorvadimt <vadimt@google.com>2019-03-22 12:16:29 -0700
committervadimt <vadimt@google.com>2019-03-22 12:17:48 -0700
commit0ed1797fad7d8c9f691c02b4a40dc1fe87f95124 (patch)
tree825dd704cce1680ddece89c3cc310648d742b9f5 /quickstep/res/values/strings.xml
parent16675c566a15059f56d2a788590a559137636d6f (diff)
downloadandroid_packages_apps_Trebuchet-0ed1797fad7d8c9f691c02b4a40dc1fe87f95124.tar.gz
android_packages_apps_Trebuchet-0ed1797fad7d8c9f691c02b4a40dc1fe87f95124.tar.bz2
android_packages_apps_Trebuchet-0ed1797fad7d8c9f691c02b4a40dc1fe87f95124.zip
Removing graying apps in Overview
The reason is that there is no API that reports that an app is grayed. Not showing DWB toast for apps that ran over their limit because they shouldn't be in Overview. Bug: 129067053 Change-Id: Ia04e17aa85ca015b7932496ad5e730fe61b4be69
Diffstat (limited to 'quickstep/res/values/strings.xml')
-rw-r--r--quickstep/res/values/strings.xml4
1 files changed, 0 insertions, 4 deletions
diff --git a/quickstep/res/values/strings.xml b/quickstep/res/values/strings.xml
index f5e8fa825..81565a572 100644
--- a/quickstep/res/values/strings.xml
+++ b/quickstep/res/values/strings.xml
@@ -55,10 +55,6 @@
escaped form of '<'). [CHAR LIMIT=15] -->
<string name="shorter_duration_less_than_one_minute">&lt; 1 minute</string>
- <!-- Annotation shown on an app card in Recents, telling that the app was switched to a
- grayscale because it ran over its time limit [CHAR LIMIT=25] -->
- <string name="app_in_grayscale">App in grayscale</string>
-
<!-- Annotation shown on an app card in Recents, telling that the app has a usage limit set by
the user, and a given time is left for it today [CHAR LIMIT=22] -->
<string name="time_left_for_app"><xliff:g id="time" example="7 minutes">%1$s</xliff:g> left today</string>