How do you disable the autocorrection/autosuggestion features in a multilined EditText?

I tried:

EditText without auto-correction, etc

Android: Multiline & No autosuggest in EditText

How to turnoff suggestions in edittext?

How to set multiline,firstletter caps and disable suggestions on edittext

How to turnoff suggestions in edittext?

None of the mentioned methods like "textFilter|textMultiLine|textNoSuggestions" (in any combination) worked, neither declared in XML nor programmatically changed. It seems that the EditText-box takes either multiline or turned-off suggestions, but not both at the same time.

I think it is important to know that I'm using the HTC Desire HD with Android 2.3.3. I don't have any other device to test this.

Is this behaviour inherent to the HTC Sense UI?

Any ideas?

link|improve this question

Are you using the Android vanilla keyboard or custom soft keyboard? – Dan S Oct 14 '11 at 7:47
It's the vanilla keyboard from the Sense UI. Didn't change anything. Just a note: It has the german locale. – Martin Oct 14 '11 at 7:50
I was just thinking the soft keyboard may not be respecting these parameters. – Dan S Oct 14 '11 at 7:53
what if you turn off the Prediction setting - Settings->Language & Keyboard -> Touch Input -> Text Input -> Prediction. If works, try to disable this somehow in your app... I haven't tried it so far... – mihail Oct 14 '11 at 8:26
I'Ve tried this and it works. But I didn't find a way to change those settings programmatically yet... – Martin Oct 14 '11 at 8:57
show 1 more comment
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.