0

I've made a keyboard for Android, and I want to disable the Android Keyboard to use only my keyboard. How can I do that?

thanks

eliangela
  • 253
  • 2
  • 5
  • 19

2 Answers2

1

If by "keyboard for Android", you mean an input method editor, you cannot "disable the Android Keyboard to use only my keyboard". Please allow the user to choose his or her own soft keyboard, which may or may not be yours.

CommonsWare
  • 910,778
  • 176
  • 2,215
  • 2,253
  • there are ways to force hide the softkeyboard, but if you want users to use your keyboard, then you should let them install your keyboard and enable it via IME. probably you can give a pop up on start up instructing user to download and install your keyboard. – Jay Mayu Aug 10 '11 at 12:46
0

This is how you can do disable softkeyboard.

Disable Softkeyboard

Community
  • 1
  • 1
Lalit Poptani
  • 65,659
  • 21
  • 155
  • 238