Merge "Allow bypassing qualification for system speech recognizer when testing." into sc-dev am: da2f4f0f3d

Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/modules/Permission/+/16265242

Change-Id: I2b46b3459b39f83fcd9d447ef8abbdad68518865
diff --git a/PermissionController/res/xml/roles.xml b/PermissionController/res/xml/roles.xml
index 30052ad..1d24208 100644
--- a/PermissionController/res/xml/roles.xml
+++ b/PermissionController/res/xml/roles.xml
@@ -568,6 +568,7 @@
 
     <role
         name="android.app.role.SYSTEM_SPEECH_RECOGNIZER"
+        allowBypassingQualification="true"
         defaultHolders="config_systemSpeechRecognizer"
         exclusive="true"
         minSdkVersion="31"