You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Looks like unhandled exception is thrown from startActivityForResult(intent, REQUEST_CODE); from private void startVoiceRecognitionActivity().
The text was updated successfully, but these errors were encountered:
ghost
changed the title
App crashes just after clicking speach recognition button.
App crashes just after clicking speech recognition button.
Oct 25, 2016
I've realized that it can be reproduced if google now (or google search app (can't remember how it is called)) app is disabled. If it is enabled, everything is OK. So, I think it would be great if app catches exception. It always better than app crash.
I will provide requested information later if it is still needed. But I think adding try and catch will solve this issue.
Looks like unhandled exception is thrown from
startActivityForResult(intent, REQUEST_CODE);
fromprivate void startVoiceRecognitionActivity()
.The text was updated successfully, but these errors were encountered: