diff options
author | 2012-06-15 04:20:45 +0900 | |
---|---|---|
committer | 2012-06-15 05:04:14 +0900 | |
commit | 15121cff3785f179e79b1b82753a145ffd913ea5 (patch) | |
tree | ed0b7230ec52fd380b50909f71061dd6baa66a28 /java/res | |
parent | 5caaf1b9e9720d0d3d461623a34dfe797a4095d0 (diff) | |
download | latinime-15121cff3785f179e79b1b82753a145ffd913ea5.tar.gz latinime-15121cff3785f179e79b1b82753a145ffd913ea5.tar.xz latinime-15121cff3785f179e79b1b82753a145ffd913ea5.zip |
Remove irrelevant options.
Bug: 6667355
Change-Id: I39b6db17fb52e80f510cf6462f41d9cb1f8e0341
Diffstat (limited to 'java/res')
-rw-r--r-- | java/res/xml/prefs.xml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/java/res/xml/prefs.xml b/java/res/xml/prefs.xml index 3598a685e..137981949 100644 --- a/java/res/xml/prefs.xml +++ b/java/res/xml/prefs.xml @@ -122,7 +122,6 @@ android:defaultValue="true" /> <CheckBoxPreference android:key="next_word_prediction" - android:dependency="next_word_suggestion" android:title="@string/bigram_prediction" android:summary="@string/bigram_prediction_summary" android:persistent="true" |