I use this code in my xml file to show the emoji icon.
android:inputType="textShortMessage|textMultiLine"
I want to know if there is a way to show the default keyboard. Something like this, if I press the emoticon button in my application, a keyboard with an open emoticon will open.
android android-edittext
user2223032
source share