From 7674f869dc02053ec36ba52ba9d624439def5cdd Mon Sep 17 00:00:00 2001 From: Jean Chalard Date: Mon, 15 Aug 2011 14:49:38 +0900 Subject: [PATCH] Remove the "Touch to correct words" option. Bug: 5113009 Change-Id: Idc4a464e499a2530f517bf7fa449326779129371 --- java/res/values-sw600dp/config.xml | 1 - java/res/values-sw768dp/config.xml | 1 - java/res/values/config.xml | 4 ++-- java/res/xml/prefs.xml | 2 +- .../inputmethod/deprecated/recorrection/Recorrection.java | 5 +++-- 5 files changed, 6 insertions(+), 7 deletions(-) diff --git a/java/res/values-sw600dp/config.xml b/java/res/values-sw600dp/config.xml index a59167719..d539e0d82 100644 --- a/java/res/values-sw600dp/config.xml +++ b/java/res/values-sw600dp/config.xml @@ -23,7 +23,6 @@ false false false - false false false false diff --git a/java/res/values-sw768dp/config.xml b/java/res/values-sw768dp/config.xml index 091d62e59..0f8f106b7 100644 --- a/java/res/values-sw768dp/config.xml +++ b/java/res/values-sw768dp/config.xml @@ -23,7 +23,6 @@ true false false - false false false false diff --git a/java/res/values/config.xml b/java/res/values/config.xml index 472bc1e14..6327ede38 100644 --- a/java/res/values/config.xml +++ b/java/res/values/config.xml @@ -23,7 +23,7 @@ false true true - true + false true false true @@ -36,7 +36,7 @@ false - true + true false true false diff --git a/java/res/xml/prefs.xml b/java/res/xml/prefs.xml index 84ceae6c7..6d2218d2f 100644 --- a/java/res/xml/prefs.xml +++ b/java/res/xml/prefs.xml @@ -48,7 +48,7 @@ android:title="@string/prefs_enable_recorrection" android:summary="@string/prefs_enable_recorrection_summary" android:persistent="true" - android:defaultValue="@bool/config_default_recorrection_enabled" /> + android:defaultValue="@bool/config_default_compat_recorrection_enabled" />