summaryrefslogtreecommitdiffstats
path: root/packages/SystemUI/res
diff options
context:
space:
mode:
authorDaniel Sandler <dsandler@android.com>2012-05-04 16:40:13 -0400
committerDaniel Sandler <dsandler@android.com>2012-05-04 16:44:16 -0400
commitd2217f0c32da29cb10d11f497660d525120feb67 (patch)
tree174e25c83799fae0f2e0e58d9e5167da12d32366 /packages/SystemUI/res
parent469e96e206f8df44b32ce393f8d19f0cae730030 (diff)
downloadframeworks_base-d2217f0c32da29cb10d11f497660d525120feb67.zip
frameworks_base-d2217f0c32da29cb10d11f497660d525120feb67.tar.gz
frameworks_base-d2217f0c32da29cb10d11f497660d525120feb67.tar.bz2
Restore do-not-disturb mode on tablets.
Bug: 6195112 Change-Id: Iecb850942df43fb8861cbbf2e2343c2aabfc4263
Diffstat (limited to 'packages/SystemUI/res')
-rw-r--r--packages/SystemUI/res/values/strings.xml8
1 files changed, 8 insertions, 0 deletions
diff --git a/packages/SystemUI/res/values/strings.xml b/packages/SystemUI/res/values/strings.xml
index 236ca6b..d79ba42 100644
--- a/packages/SystemUI/res/values/strings.xml
+++ b/packages/SystemUI/res/values/strings.xml
@@ -369,4 +369,12 @@
<!-- Title shown in notification popup for inspecting the responsible
application -->
<string name="status_bar_notification_inspect_item_title">App info</string>
+
+ <!-- Title for the pseudo-notification shown when notifications are disabled (do-not-disturb
+ mode) -->
+ <string name="notifications_off_title">Notifications off</string>
+
+ <!-- Content text for do-not-disturb mode notification -->
+ <string name="notifications_off_text">Tap here to turn notifications back on.</string>
+
</resources>