I want to remove the smilly key in the Android 10 keyboard.
I tried with diferent android:inputType in the EditText.
android:inputType="textCapSentences|textAutoCorrect|textMultiLine|textShortMessage"
I don't want to forbid this creating a InputFilter in java code