How to programmatically hide/disable emoticons on Android soft keyboard

I found something in “Disabling smiley key on keyboards with the stock messaging app in ICS“.

You need to remove the textLongMessage option from the inputType.

You will still have the “:-)” button on most keyboards, but not the emoji.

Leave a Comment