Reputation: 546
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.
Upvotes: 1
Views: 930
Reputation: 697
For security reasons, it's not possible to change the keyboard programmatically, unless your application is an IME.
Upvotes: 2