Possible Duplicate:
how to disable spell correction programmatically in android
I need to disable the dictionary programatically. How do I do this?
Possible Duplicate:
how to disable spell correction programmatically in android
I need to disable the dictionary programatically. How do I do this?
You can use this in your activity
setInputType(InputType.TYPE_TEXT_FLAG_NO_SUGGESTIONS)