FileDocCategorySizeDatePackage
UserDictionary.javaAPI DocAndroid 5.1 API6488Thu Mar 12 22:22:10 GMT 2015android.provider

UserDictionary

public class UserDictionary extends Object
A provider of user defined words for input methods to use for predictive text input. Applications and input methods may add words into the dictionary. Words can have associated frequency information and locale information.

Fields Summary
public static final String
AUTHORITY
Authority string for this provider.
public static final android.net.Uri
CONTENT_URI
The content:// style URL for this provider
private static final int
FREQUENCY_MIN
private static final int
FREQUENCY_MAX
Constructors Summary
Methods Summary