File
Doc
Category
Size
Date
Package
UserDictionary.java
API Doc
Android 5.1 API
6488
Thu Mar 12 22:22:10 GMT 2015
android.provider
UserDictionary
java.lang.Object
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
Java Code Source