diff options
author | 2011-10-03 18:12:53 +0900 | |
---|---|---|
committer | 2011-10-03 18:23:23 +0900 | |
commit | 45f45a4fdb16d0fa44b4a34b880e5fabb41c1492 (patch) | |
tree | 6476eca0422418ccb37d188c7c9d26822f2c9013 /java/res/xml | |
parent | fe5364c825058f6c34c0f42135a5520b77525a28 (diff) | |
download | latinime-45f45a4fdb16d0fa44b4a34b880e5fabb41c1492.tar.gz latinime-45f45a4fdb16d0fa44b4a34b880e5fabb41c1492.tar.xz latinime-45f45a4fdb16d0fa44b4a34b880e5fabb41c1492.zip |
Cleanup : remove recorrection-related stuff.
This removes UPDATE_OLD_SUGGESTIONS, and the associated settings.
Bug: 5402537
Change-Id: Ie87d4e05c54e4b7d2dd5a05f2d0b570e9cd3e463
Diffstat (limited to 'java/res/xml')
-rw-r--r-- | java/res/xml/prefs.xml | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/java/res/xml/prefs.xml b/java/res/xml/prefs.xml index 312af2888..b54df2686 100644 --- a/java/res/xml/prefs.xml +++ b/java/res/xml/prefs.xml @@ -45,12 +45,6 @@ android:persistent="true" android:defaultValue="@bool/config_default_popup_preview" /> <CheckBoxPreference - android:key="recorrection_enabled" - android:title="@string/prefs_enable_recorrection" - android:summary="@string/prefs_enable_recorrection_summary" - android:persistent="true" - android:defaultValue="@bool/config_default_compat_recorrection_enabled" /> - <CheckBoxPreference android:key="show_settings_key" android:title="@string/prefs_settings_key" android:persistent="true" |