Announce for accessiblity when taskbar is invoked/closed

Test: Manual
Bug: 265620540
Change-Id: I6660be7716ec59c765f3d54f8fe9889eaaf56e10
This commit is contained in:
Jagrut Desai
2023-03-02 17:27:18 -08:00
parent d0838d3ac1
commit 1dc99f3848
5 changed files with 41 additions and 0 deletions

View File

@@ -278,6 +278,10 @@
<string name="taskbar_button_quick_settings">Quick Settings</string>
<!-- Accessibility title for the Taskbar window. [CHAR_LIMIT=NONE] -->
<string name="taskbar_a11y_title">Taskbar</string>
<!-- Accessibility title for the Taskbar window appeared. [CHAR_LIMIT=NONE] -->
<string name="taskbar_a11y_shown_title">Taskbar shown</string>
<!-- Accessibility title for the Taskbar window being close. [CHAR_LIMIT=NONE] -->
<string name="taskbar_a11y_hidden_title">Taskbar hidden</string>
<!-- Accessibility title for the Taskbar window on phones. [CHAR_LIMIT=NONE] -->
<string name="taskbar_phone_a11y_title">Navigation bar</string>