I'm writing a simple app with an EditText that I *don't* want android to change or suggest changes for misspellings. I've tried setting the deprecated autoText="false", and tried setting the inputType="text| textNoSuggestions" in the EditText attributes in the layout file to no avail. I still get the "helpful" changes to correct what it thinks are misspellings.
I've spent the morning looking at search results and trying things. It *has* to be simple, but I can't find it. (I was originally targeting minimum api 3, but changed to minimum api 7, and couldn't get it to work either way.) On another note. On my api-7 emulator, I always get the 12-key softkeyboard. On my actual phone, I get the qwerty soft keyboard. I'd like to be able to specify which keyboard. Thanks! Sorry if this is something I should have found! -- 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

