Speech Recognition


The Nexus 5X emulator has an app named Google App that contains an Activity that will recognize speech. My old Motorola MB612 phone (running Android version 2.3.5, SDK version 10) has an app named Voice Search, and my Azpen tablet had Google Search. My Amazon Fire HD 6 had nothing and displayed the message

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

Source code in Speech.zip

  1. MainActivity.java
  2. activity_main.xml.
  3. strings.xml.
  4. AndroidManifest.xml