Android EditText : How to avoid user enter smileys? -


i avoid user put smiley keyboard edittext. possible ?

enter image description here

you can define input type , accept letters or change keyboard type:

https://developer.android.com/training/keyboard-input/style.html

or can accept specific digits:

how create edittext accepts alphabets in android?


Comments

Popular posts from this blog

javascript - RequestAnimationFrame not working when exiting fullscreen switching space on Safari -

Python ctypes access violation with const pointer arguments -