I want to disable the smileys options from the keyboard, so that the user won't be able to enter any of the smiley. I tried the code and it works for me, but only in some devices. It didn't work on android 5.0. Please help
et_create_group.setInputType(InputType.TYPE_CLASS_TEXT | InputType.TYPE_TEXT_VARIATION_VISIBLE_PASSWORD);