android.provider.UserDictionary is a simple content provider. You should be able to query it any way you like. You likely want the Words content.
You might need to read up on content providers if you are not familiar with them. However, remember that the UserDictionary is not just used by your app, so be careful what you do with it! - Brill On May 19, 9:22 am, Jaden Pak <[email protected]> wrote: > Hi, all! > > I'm developing some test codes for Android Settings(native app). > > But I have some difficulties finding out what the real SQLite table is > for User dictionary words. > > Does anyone have an idea about this? > In UserDictionary.java (which seems to be a provider class), I can see > only addWord() method. > In order to learn how to insert, update or delete in SQLite table, > which source file should I > check ? > > Thanks in advance! -- 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

