aboutsummaryrefslogtreecommitdiffstats
path: root/java/res
diff options
context:
space:
mode:
authorKeisuke Kuroyanagi <ksk@google.com>2014-01-10 09:31:21 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2014-01-10 09:31:22 +0000
commitf96e0f07af8230a43d733ee7a19c08c205197037 (patch)
tree4d0759e551d4142ac79b976b12e35326fb81d37e /java/res
parentecf46df22683b997311ba77b34b33dffa8be43c0 (diff)
parentba07df7fc1ffb8f97b5455b2e88e5d8ac92ba94e (diff)
downloadlatinime-f96e0f07af8230a43d733ee7a19c08c205197037.tar.gz
latinime-f96e0f07af8230a43d733ee7a19c08c205197037.tar.xz
latinime-f96e0f07af8230a43d733ee7a19c08c205197037.zip
Merge "Periodic wipe of the personalization dict."
Diffstat (limited to 'java/res')
-rw-r--r--java/res/values/config-common.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/java/res/values/config-common.xml b/java/res/values/config-common.xml
index ab16a9045..c92015288 100644
--- a/java/res/values/config-common.xml
+++ b/java/res/values/config-common.xml
@@ -139,4 +139,8 @@
<dimen name="config_accessibility_edge_slop">8dp</dimen>
<integer name="config_user_dictionary_max_word_length">48</integer>
+
+ <!-- Personalization configuration -->
+ <!-- -1 means periocical wipe of the personalization dict is disabled. -->
+ <integer name="config_personalization_dict_wipe_interval_in_days">-1</integer>
</resources>