aboutsummaryrefslogtreecommitdiffstats
path: root/java/res
diff options
context:
space:
mode:
authorKeisuke Kuroyanagi <ksk@google.com>2014-01-10 16:30:59 +0900
committerKeisuke Kuroyanagi <ksk@google.com>2014-01-10 16:30:59 +0900
commitba07df7fc1ffb8f97b5455b2e88e5d8ac92ba94e (patch)
tree4ace80a562863e7274fc625beb91a3326171204e /java/res
parent05113c1847e5c41aab3176eb015aabc2acdc0a51 (diff)
downloadlatinime-ba07df7fc1ffb8f97b5455b2e88e5d8ac92ba94e.tar.gz
latinime-ba07df7fc1ffb8f97b5455b2e88e5d8ac92ba94e.tar.xz
latinime-ba07df7fc1ffb8f97b5455b2e88e5d8ac92ba94e.zip
Periodic wipe of the personalization dict.
Bug: 12216453 Change-Id: Ie59dd19c044e9b1eb9b8bd805366200737ea506a
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>