summaryrefslogtreecommitdiffstats
path: root/packages/SystemUI/res/values/strings.xml
diff options
context:
space:
mode:
authorAdrian Roos <roosa@google.com>2014-07-17 18:27:38 +0200
committerAdrian Roos <roosa@google.com>2014-07-17 18:31:22 +0200
commite9c7d431da85b5bc03ecaa964d7a491b01466a99 (patch)
tree5ddbffcc63f517dd7b2c28174789b6717faa52f2 /packages/SystemUI/res/values/strings.xml
parent9d32507a8608f82d430fcaf1de0eb81de93dcdea (diff)
downloadframeworks_base-e9c7d431da85b5bc03ecaa964d7a491b01466a99.zip
frameworks_base-e9c7d431da85b5bc03ecaa964d7a491b01466a99.tar.gz
frameworks_base-e9c7d431da85b5bc03ecaa964d7a491b01466a99.tar.bz2
QS Guest fixes
- Fixes NPE when guest has not been created yet - Reloads pictures only when they changed - Adds "Exit guest" affordance Bug: 16363920 Bug: 15759638 Change-Id: I99ff1c4be06fee96c5169fd7c2d31b1b13f7a389
Diffstat (limited to 'packages/SystemUI/res/values/strings.xml')
-rw-r--r--packages/SystemUI/res/values/strings.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/SystemUI/res/values/strings.xml b/packages/SystemUI/res/values/strings.xml
index 28b0853..054fbe3 100644
--- a/packages/SystemUI/res/values/strings.xml
+++ b/packages/SystemUI/res/values/strings.xml
@@ -694,4 +694,5 @@
<!-- Text shown in place of notification contents when the notification is hidden on a secure lockscreen -->
<string name="notification_hidden_text">Contents hidden</string>
+ <string name="guest_exit_guest">Exit guest</string>
</resources>