i am trying the as given on link http://viralpatel.net/blogs/android-speech-to-text-api/ But every time it is throwing the following exception.
android.content.ActivityNotFoundException: No Activity found to handle Intent { act=android.speech.action.RECOGNIZE_SPEECH (has extras) }
What should i do ?
Thank You.