summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Mehdi Alizadeh <mett@google.com> 2019-05-30 14:29:54 -0700
committer android-build-merger <android-build-merger@google.com> 2019-05-30 14:29:54 -0700
commit1654bea4b8330755eff3ec26cfe84d19864589a5 (patch)
treebee281738daa4e98276f560cadba2a2ad3ad0736
parentd06c280c1cc7ce262d521d304d5ac7e8fa561683 (diff)
parent0fd238797f340df7c1997e9de6ba31229a6a3183 (diff)
Merge "Adds strings for notifications when default launcher changes" into qt-dev am: 32d97863d6
am: 0fd238797f Change-Id: I8118bd8db631f96a3e428b6e39b7bef522c42b82
-rw-r--r--packages/SystemUI/res/values/strings.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/packages/SystemUI/res/values/strings.xml b/packages/SystemUI/res/values/strings.xml
index 8bc84c6d4a44..8174434cb51d 100644
--- a/packages/SystemUI/res/values/strings.xml
+++ b/packages/SystemUI/res/values/strings.xml
@@ -2459,4 +2459,11 @@
<string name="bubble_accessibility_action_move_bottom_right">Move bottom right</string>
<!-- Text used for the bubble dismiss area. Bubbles dragged to, or flung towards, this area will go away. [CHAR LIMIT=20] -->
<string name="bubble_dismiss_text">Dismiss</string>
+
+ <!-- Notification content text when the system navigation mode changes as a result of changing the default launcher [CHAR LIMIT=NONE] -->
+ <string name="notification_content_system_nav_changed">System navigation updated. To make changes, go to Settings.</string>
+
+ <!-- Notification content text when switching to a default launcher that supports gesture navigation [CHAR LIMIT=NONE] -->
+ <string name="notification_content_gesture_nav_available">Go to Settings to update system navigation</string>
+
</resources>