Targeting Android 2.2
I have read the answers to the following questions:
Turn off autosuggest for EditText?
Android: Multiline & No autosuggest
Using android:inputType="textNoSuggestions|textVisiblePassword" for Edittext fix the problem.
android:inputType="textNoSuggestions|textVisiblePassword"