From 3676d1b617c3b0587f0da8454725b75d2e12c7bd Mon Sep 17 00:00:00 2001 From: menghanli Date: Mon, 26 Dec 2022 11:55:04 +0800 Subject: [PATCH] Exported A11y features blocked by IT admin can be bypassed using a11y shortcuts Root cause: The IT admin dialog cannot be launched by framework features. Solution: Allow framework features can launch the IT admin dialog to align the setting preference experience. Bug: 254223085 Test: atest AccessibilityShortcutChooserActivityTest Change-Id: I1c0ce8244d874049cc2799c580b2f79ece85d32d --- AndroidManifest.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AndroidManifest.xml b/AndroidManifest.xml index 53525627a0e..e67b28ac575 100644 --- a/AndroidManifest.xml +++ b/AndroidManifest.xml @@ -3966,7 +3966,7 @@ android:theme="@style/Theme.AlertDialog" android:taskAffinity="com.android.settings.appops" android:excludeFromRecents="true" - android:exported="false" + android:exported="true" android:launchMode="singleTop">