Merge "Documented that UserDictionary is not directly available anymore." into nyc-dev

This commit is contained in:
Felipe Leme
2016-03-22 17:47:34 +00:00
committed by Android (Google) Code Review
2 changed files with 5 additions and 2 deletions

View File

@@ -28,6 +28,9 @@ import android.text.TextUtils;
* A provider of user defined words for input methods to use for predictive text input. * 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 * Applications and input methods may add words into the dictionary. Words can have associated
* frequency information and locale information. * 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 { public class UserDictionary {

View File

@@ -3368,8 +3368,8 @@
tapping/clicking the whole thing is going to do. --> tapping/clicking the whole thing is going to do. -->
<string name="action_bar_home_subtitle_description_format">%1$s, %2$s, %3$s</string> <string name="action_bar_home_subtitle_description_format">%1$s, %2$s, %3$s</string>
<!-- Storage description for internal storage. [CHAR LIMIT=NONE] --> <!-- Storage description for internal shared storage. [CHAR LIMIT=NONE] -->
<string name="storage_internal">Internal storage</string> <string name="storage_internal">Internal shared storage</string>
<!-- Storage description for a generic SD card. [CHAR LIMIT=NONE] --> <!-- Storage description for a generic SD card. [CHAR LIMIT=NONE] -->
<string name="storage_sd_card">SD card</string> <string name="storage_sd_card">SD card</string>