Merge "Remve TAB character warning in multiple shortcut dialog" into sc-v2-dev am: 54bc8fe143 am: 68f710f5ea

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/15674534

Change-Id: Iecc260707e967030134074a8df3a7f989f4e7272
This commit is contained in:
Menghan Li
2021-09-01 06:28:07 +00:00
committed by Automerger Merge Worker

View File

@@ -4557,7 +4557,7 @@
<string name="accessibility_shortcut_multiple_service_warning">Holding down both volume keys for a few seconds turns on accessibility features. This may change how your device works.\n\nCurrent features:\n<xliff:g id="service" example="TalkBack">%1$s</xliff:g>\nYou can change selected features in Settings > Accessibility.</string>
<!-- Used in multiple service warning to list current features. [CHAR LIMIT=none] -->
<string name="accessibility_shortcut_multiple_service_list">\t• <xliff:g id="service" example="TalkBack">%1$s</xliff:g>\n</string>
<string name="accessibility_shortcut_multiple_service_list">\u0020• <xliff:g id="service" example="TalkBack">%1$s</xliff:g>\n</string>
<!-- Dialog title for dialog shown when this accessibility shortcut is activated, and we want to confirm that the user understands what's going to happen. [CHAR LIMIT=none] -->
<string name="accessibility_shortcut_single_service_warning_title">Turn on <xliff:g id="service" example="TalkBack">%1$s</xliff:g> shortcut?</string>