fahad_sust
fahad_sust

Reputation: 546

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

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

Answers (1)

gourav singhal
gourav singhal

Reputation: 697

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

Upvotes: 2

Related Questions