0

I want to disable all third party keyboard from my application as it is a security concern. Is it possible in Android? If possible, then how can i do it. I want to use only default keyboard. Thanks in advance.

Phantômaxx
  • 37,901
  • 21
  • 84
  • 115
fahad_sust
  • 526
  • 1
  • 6
  • 21
  • 1
    "I want to use only default keyboard" -- there are 25,000+ Android device models. There is no single "default keyboard", and what the default keyboard is for a particular model may be available as a third-party keyboard for others. You are also assuming that the "default keyboard" is not a security concern. – CommonsWare Jun 10 '19 at 11:37

1 Answers1

1

For security reasons, it's not possible to change the keyboard programmatically, unless your application is an IME.

gourav singhal
  • 677
  • 7
  • 10