No Activity found to handle Intent { act=android.speech.action.RECOGNIZE_SPEECH (has extras) }

Quando testa no celular (SM-M315F/DS/ samsung M31) com o assistente Al, aparece esse erro "No Activity found to handle Intent { act=android.speech.action.RECOGNIZE_SPEECH (has extras) }". Como posso resolver esse problema??

Are you using the SpeechRecognizer component? You may want to share your Blocks. Without more information about your app one can only guess at the issue.

Hi community...
I too have the same issue when using the emulator on an Android phone; which is an old android OS, which doesn't have Google TTS as it's "not compatable with your OS version"...
In short; you are receiving this error as there is no app on your device, that can handle the SpeechRecogizer event.
Which poses a question: When this error is caused, how can I get my app to do something else? Such as display alert "Sorry; speech not supported on this device." as opposed to the runtime error message

Maybe the Screen1 error event block can catch that?, and you could test the error code?