Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is there a way to disable the Samsung keyboard toolbar programmatically?

Tags:

android

kotlin

I know how to disable the keyboard toolbar through the settings but was curious if anyone knew of a way to disable it through programming? Thanks

like image 364
Axe482 Avatar asked Oct 25 '25 02:10

Axe482


1 Answers

I was messing around with this quite a bit today because our app runs in kiosk mode and the Samsung keyboard toolbar effectively provides a backdoor into the Android OS Settings which is obviously not ideal for an app running in kiosk mode.

Anyhow, adding the following properties is what finally did the trick for me. I hope this helps someone out.

android:inputType="textPassword|textVisiblePassword"
android:privateImeOptions="disableToolbar=true"
like image 150
Thomas Sunderland Avatar answered Oct 26 '25 16:10

Thomas Sunderland



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!