Disable speech to text button (Micro phone) on soft input keyboard in android programmatically

前端 未结 3 989
你的背包
你的背包 2021-01-06 10:20

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

3条回答
  •  梦毁少年i
    2021-01-06 11:07

    Just use this in your editText on the layout file:

    android:imeOptions="flagNoPersonalizedLearning"
    

提交回复
热议问题