Whenever a word is typed in the EditText box, I always see an underline under the word being typed. But when I press a space after that word I no longer see the underline.>
Read this if you want to keep emojis and textNoSuggestions doesn't work for you.
textNoSuggestions
textNoSuggestions does not work in every keyboard. inputType="textVisiblePassword" works but it removes emoji's from most keyboards.
inputType="textVisiblePassword"
I found that setting inputType="textUri" works and keeps the ability to add emojis.
inputType="textUri"