Dictionary from standard Android keyboard
Standard Android keyboar开发者_运维问答d has dictionary for suggestion. I need access to this dictionary. How can I take this access?
You might be able to access it using the http://developer.android.com/reference/android/provider/UserDictionary.html provider interface: never actually seen the dictionary explicitly accessed by application code, so you may or may not succeed at that.
精彩评论