diff options
author | Daniel Sandler <dsandler@android.com> | 2012-05-04 16:40:13 -0400 |
---|---|---|
committer | Daniel Sandler <dsandler@android.com> | 2012-05-04 16:44:16 -0400 |
commit | d2217f0c32da29cb10d11f497660d525120feb67 (patch) | |
tree | 174e25c83799fae0f2e0e58d9e5167da12d32366 /packages/SystemUI/res | |
parent | 469e96e206f8df44b32ce393f8d19f0cae730030 (diff) | |
download | frameworks_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.xml | 8 |
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> |