I set the editText with these flag

EditorInfo.TYPE_CLASS_TEXT|EditorInfo.TYPE_TEXT_FLAG_CAP_SENTENCES|
EditorInfo.TYPE_TEXT_FLAG_AUTO_COMPLETE|
EditorInfo.TYPE_TEXT_FLAG_AUTO_CORRECT

And it works when I type in with my computer keyboard( the application
is running in a emulator).

But it fails when I click the editText and type in with the emulator,
the auto correct function doesn't work at all.

If I type in: what i cant do is giving up.

In hard keyboard, it is: What I can't do is giving up.
In soft keyboard,  it is: what i cant do is giving up.

Is there anything else I must set? Thanks!

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to