How to disable all third-party keyboard in EditText in my own application?

824 views Asked by At

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.

1

There are 1 answers

0
gourav singhal On

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