diff options
author | 2014-01-10 09:31:21 +0000 | |
---|---|---|
committer | 2014-01-10 09:31:22 +0000 | |
commit | f96e0f07af8230a43d733ee7a19c08c205197037 (patch) | |
tree | 4d0759e551d4142ac79b976b12e35326fb81d37e /java/res | |
parent | ecf46df22683b997311ba77b34b33dffa8be43c0 (diff) | |
parent | ba07df7fc1ffb8f97b5455b2e88e5d8ac92ba94e (diff) | |
download | latinime-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.xml | 4 |
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> |