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.
Asked
Active
Viewed 666 times
0
-
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 Answers
1
For security reasons, it's not possible to change the keyboard programmatically, unless your application is an IME.

gourav singhal
- 677
- 7
- 10