Is it Possible to Check for the Error of Missing Speech Recognition Function?

Can you suggest if it’s possible to check for the occurrence of such an error without displaying information about it when the device has this functionality? Information about this error appears when I try to launch speech recognition on a device without the Google app.

I mean the error that looks like in the screenshot:

image

and it’s displayed when I try to launch the ‘Speech Recognition’ component.

Does anyone have an idea on how to fix this? Alternatively, is it even possible in Kodular?

Try Using an Extension. They usually have a Block “Error Occurred”.
https://community.kodular.io/search?q=Speech%20Recognition%20%23extensions

Probably you can use the activity starter and its resolve activity method?
Here us an example for Skype App Inventor Code Snippets | Pura Vida Apps
Taifun

Indeed, I didn’t think about it earlier.
Checking in the activity starter works perfectly.
Thanks for the suggestion.

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.