Search code examples
javaandroiddialogspeech-recognitionspeech-to-text

Android SpeechToText STT Dialog


Is there any way to hide the dialog box that shows up when using Speech to Text in android? I have read somewhere it is impossible but surely there must be a way to at the very least show it then hide it immediately?

Maybe some way of subclassing something and altering the look of it? In my app I still want an indicator of the speech being encoded but not using the dialog box that google gives as standard.


Solution

  • Identical question: Is it possible to use android's speech recognition without showing the dialog?