Loading core/java/android/provider/UserDictionary.java +3 −0 Original line number Diff line number Diff line Loading @@ -28,6 +28,9 @@ import android.text.TextUtils; * 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. * * <p><strong>NOTE: </strong>Starting on API 23, the user dictionary is only accessible through * IME and spellchecker. */ public class UserDictionary { Loading core/res/res/values/strings.xml +2 −2 Original line number Diff line number Diff line Loading @@ -3368,8 +3368,8 @@ tapping/clicking the whole thing is going to do. --> <string name="action_bar_home_subtitle_description_format">%1$s, %2$s, %3$s</string> <!-- Storage description for internal storage. [CHAR LIMIT=NONE] --> <string name="storage_internal">Internal storage</string> <!-- Storage description for internal shared storage. [CHAR LIMIT=NONE] --> <string name="storage_internal">Internal shared storage</string> <!-- Storage description for a generic SD card. [CHAR LIMIT=NONE] --> <string name="storage_sd_card">SD card</string> Loading Loading
core/java/android/provider/UserDictionary.java +3 −0 Original line number Diff line number Diff line Loading @@ -28,6 +28,9 @@ import android.text.TextUtils; * 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. * * <p><strong>NOTE: </strong>Starting on API 23, the user dictionary is only accessible through * IME and spellchecker. */ public class UserDictionary { Loading
core/res/res/values/strings.xml +2 −2 Original line number Diff line number Diff line Loading @@ -3368,8 +3368,8 @@ tapping/clicking the whole thing is going to do. --> <string name="action_bar_home_subtitle_description_format">%1$s, %2$s, %3$s</string> <!-- Storage description for internal storage. [CHAR LIMIT=NONE] --> <string name="storage_internal">Internal storage</string> <!-- Storage description for internal shared storage. [CHAR LIMIT=NONE] --> <string name="storage_internal">Internal shared storage</string> <!-- Storage description for a generic SD card. [CHAR LIMIT=NONE] --> <string name="storage_sd_card">SD card</string> Loading