Merge "Adds strings for notifications when default launcher changes" into qt-dev

am: 32d97863d6

Change-Id: Ic6d507eed5cdcb6ed3c35847640ea13c30bf31c6
This commit is contained in:
Mehdi Alizadeh
2019-05-30 14:22:18 -07:00
committed by android-build-merger

View File

@@ -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>