summaryrefslogtreecommitdiffstats
path: root/packages/SystemUI/res/values
diff options
context:
space:
mode:
authorJohn Spurlock <jspurlock@google.com>2014-08-22 10:52:55 -0400
committerJohn Spurlock <jspurlock@google.com>2014-08-22 10:52:55 -0400
commita34cb5e363c10984f07742d5eb1890787fe128f0 (patch)
tree80c213e29319b43ab0be91818032bae84b01abdd /packages/SystemUI/res/values
parent2cd26fa48a55432d8573b3d775b7ddb5d06a3e70 (diff)
downloadframeworks_base-a34cb5e363c10984f07742d5eb1890787fe128f0.zip
frameworks_base-a34cb5e363c10984f07742d5eb1890787fe128f0.tar.gz
frameworks_base-a34cb5e363c10984f07742d5eb1890787fe128f0.tar.bz2
Zen: "Muted by <x>" indicator string.
Bug:16958514 Change-Id: Ic2b9cde74df29ce70f4991f64759544c91e9fac3
Diffstat (limited to 'packages/SystemUI/res/values')
-rw-r--r--packages/SystemUI/res/values/strings.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/packages/SystemUI/res/values/strings.xml b/packages/SystemUI/res/values/strings.xml
index 9ff67bb..120af1d 100644
--- a/packages/SystemUI/res/values/strings.xml
+++ b/packages/SystemUI/res/values/strings.xml
@@ -867,4 +867,6 @@
<!-- Indication on the keyguard that appears when the user disables trust agents until the next time they unlock manually. [CHAR LIMIT=NONE] -->
<string name="keyguard_indication_trust_disabled">Device will stay locked until you manually unlock</string>
+ <!-- Indication that the current volume and other effects (vibration) are being suppressed by a third party, such as a notification listener. [CHAR LIMIT=30] -->
+ <string name="muted_by">Muted by <xliff:g id="third_party">%1$s</xliff:g></string>
</resources>