Enable 3rd-party keyboard and disable Gboard programatically

207 views Asked by At

I'm currently facing a penetration test item in Android to create a 3rd-party keyboard and disable the usage of the default Google Keyboard, Gboard on the application. However, as much as we tried, the tester is able to make the Gboard appear over our 3rd-party keyboard.

Is there a way in Java to disable Gboard from my Java code?

0

There are 0 answers