From 2ccdf8050fe049ff9dff6e92a52b4242a6ba3586 Mon Sep 17 00:00:00 2001 From: Anthony Alridge Date: Wed, 3 May 2023 12:59:51 +0000 Subject: [PATCH] Remove "System UI" talkback announcement "System UI" is incorrectly announced by Talkback when the switch to managed profile dialog is shown. This adds an empty label to the dialog activity so that nothing is announced, rather than defaulting to the application label. Talkback now announces the dialog contents without starting with "System UI" Bug: 278858943 Test: Manually tested with talkback enabled Change-Id: I7728693d66652b30948aebd45f9ab307d6267f17 --- packages/SystemUI/AndroidManifest.xml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/packages/SystemUI/AndroidManifest.xml b/packages/SystemUI/AndroidManifest.xml index 32d6b70f7f471..1592c5d32dad4 100644 --- a/packages/SystemUI/AndroidManifest.xml +++ b/packages/SystemUI/AndroidManifest.xml @@ -713,8 +713,11 @@ android:exported="true" /> +