diff options
author | 2015-03-04 10:54:50 -0800 | |
---|---|---|
committer | 2015-03-04 15:02:53 -0800 | |
commit | 1ae16dc3db170802d1b38273f477125a2a969d32 (patch) | |
tree | 1628004f1e78e57b8c84d50c359c29bed4d14dc7 /java/res/xml/prefs_screen_correction.xml | |
parent | 83e95e601876a2f7938da8a3f773f9ef088a23ab (diff) | |
download | latinime-1ae16dc3db170802d1b38273f477125a2a969d32.tar.gz latinime-1ae16dc3db170802d1b38273f477125a2a969d32.tar.xz latinime-1ae16dc3db170802d1b38273f477125a2a969d32.zip |
Next-word suggestion bit in keyboard settings.
This feature works in supported languages.
We don't need a user setting.
Bug 19596067.
Change-Id: Icdded772745f9816da47f8a5e3b87b733083b121
Diffstat (limited to 'java/res/xml/prefs_screen_correction.xml')
-rw-r--r-- | java/res/xml/prefs_screen_correction.xml | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/java/res/xml/prefs_screen_correction.xml b/java/res/xml/prefs_screen_correction.xml index dd5ba540c..020d3afa6 100644 --- a/java/res/xml/prefs_screen_correction.xml +++ b/java/res/xml/prefs_screen_correction.xml @@ -67,10 +67,4 @@ android:summary="@string/use_contacts_dict_summary" android:defaultValue="true" android:persistent="true" /> - <CheckBoxPreference - android:key="next_word_prediction" - android:title="@string/bigram_prediction" - android:summary="@string/bigram_prediction_summary" - android:defaultValue="true" - android:persistent="true" /> </PreferenceScreen> |