Hello Gasper
The problem seems to be related to this new Android 11 "feature", and the solution could be to add a query to the manifest for the blocked intent :
<manifest ...>
<queries>
<intent>
<action android:name="android.speech.RecognitionService" />
</intent>
</queries>
Please let me know the results.