Thanks in advance for the help.
I am developing an android application for research purposes and need to disable the speech to text button on the soft input keyboard
To disable microphone button on multiple keyboard. Use property
android:privateImeOptions="nm"
But it will not work for Gboard(google native keyboard)
To disable on microphone on Gboard use
android:privateImeOptions="nm" editText.setImeOptions(IME_FLAG_NO_PERSONALIZED_LEARNING)
editText.setImeOptions(IME_FLAG_NO_PERSONALIZED_LEARNING)