I want to open the Android Keyboard in Speaking mode by default programmatically when I focus on editText.
I know
android:inputType="voice"
is in enhancement, is there another way?
I don't want to use SpeechRecognizer because the difference with the one used by default in Android keyboard is that it works offline.