Android Question Solved: disable soft keyboard microphone and Suggestions?

anOparator

Active Member
Licensed User
Longtime User
Can the microphone icon on the soft keyboard be disabled?
the microphone icon appears above the alpha keypad on some devices and below the keypad on others.
I am able to clear the suggestions row but have yet to find much about the microphone icon.
Or is there an alternate keyboard that doesn't have a microphone which can be set as the default on most devices?

Thanks in advance for all pointers.

Edit: I just thought of using and am now testing:
Activity _KeyPress (KeyCode As Int) As Boolean 'Return True to consume the microphone event.
 
Last edited:

Erel

B4X founder
Staff member
Licensed User
Longtime User
Upvote 0

anOparator

Active Member
Licensed User
Longtime User

Attachments

  • svMicrophone.zip
    12 KB · Views: 258
Last edited:
Upvote 0
Top