Hi guys, i need to insert words into t9 dictionary. I'm able to insert in default content provider with the addWord method [addWord method][1]
My problem is that htc-ime (and probably other input methods) use differents content provider then added word in the default content provider are not recognized.
Any solution for this?
[1]: http://developer.android.com/reference/android/provider/UserDictionary.Words.html#addWord(android.content.Context, java.lang.String, int, int)