I'm adding voice search capabilities to my app's search interface. Currently, it looks like this:
To add voice search, I added a voiceSearchMode
to my Searchable Configuration, which adds a button in the SearchView to trigger the voice dialog. The interface now looks like this:
However as you can see on the keyboard's ,
key, the microphone button is now disabled. I can't find any documentation on how to turn it on again, and the only related questions explain how to explicitly disable it.
Is it possible to have both the system's voice search dialog and the keyboard's voice input in a SearchView
?