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
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"
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With