I want to turn off displaying "Suggested Words" on the soft/virtual keyboard when someone is using my application (only on certain Activities
). For the default Android keyboard, this can be found under 'Settings' (under Word Suggestion Settings).
Is there a way to disable it only within your application, without requiring the user to manually go and do it? I basically want the user to type words without providing any hints.
Thanks!