I\'m developing an application on a hardware device that has a built-in hardware keyboard that does not slide out so is always visible (like a blackberry). Therefore, I NEV
I solved it by overriding onCheckIsTextEditor method in my a-bit-custom EditText.
@Override public boolean onCheckIsTextEditor() { return false; }