Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
可能重复: 如何在android中以编程方式禁用拼写校正
我需要以编程方式禁用字典。我该怎么做呢?
你可以在你的活动中使用它
setInputType(InputType.TYPE_TEXT_FLAG_NO_SUGGESTIONS)