I’m playing around with the voice recognition API and wanted to know what I should do if the activity that started it gets closed before the Google Voice Recognition activity is done receiving a result from the user. In other words, is there a way to force close the voice recognition activity which was started by calling startActivityForResult()?
I’m playing around with the voice recognition API and wanted to know what I
Share
Nevermind, all I had to do was do finishActivity(requestCode).