I am adding voice search capabilities to my application search interface. Currently it looks like this:

To add voice search, I added voiceSearchMode to my search configuration, which adds a button to SearchView to start a voice conversation. Now the interface looks like this:

However, as you can see on the keyboard, the microphone button is now disabled. I cannot find documentation on how to enable it again, and only related questions explain how to explicitly disable it.
Is it possible to have a voice search dialog box and input keyboard voice into SearchView ?
android android-softkeyboard searchview voice
PLNech
source share