How to disable predictive text in samsung keyboard programaticaly for a password Edit text.
I know there is a method like..
android:inputType="textNoSuggestions|textVisiblePassword"
It works fine for non password field , but how to deal with password field ?
In GS III , there is only a default keyboard available and that is only Samsung keyboard.
Can anybody suggest a way ?