diff options
author | 2015-07-29 18:43:04 +0000 | |
---|---|---|
committer | 2015-07-29 18:43:04 +0000 | |
commit | 0c6b903327fb22d362d7de4bc478dbdf8de96711 (patch) | |
tree | 8e3cbf8e9274e9f28d36944c5196fea9c502c79f /java | |
parent | 365e0d2ab7cfe68820cec0b5ccc40235d36f5865 (diff) | |
parent | 583954f609488449a423ff2ba5c6dbec109eaa12 (diff) | |
download | latinime-0c6b903327fb22d362d7de4bc478dbdf8de96711.tar.gz latinime-0c6b903327fb22d362d7de4bc478dbdf8de96711.tar.xz latinime-0c6b903327fb22d362d7de4bc478dbdf8de96711.zip |
am 583954f6: am c8b49f7c: am e6ccd516: am 234fc825: am 464da87f: [LatinIME] bring back use_personliazed_dicts_summary resource.
* commit '583954f609488449a423ff2ba5c6dbec109eaa12':
[LatinIME] bring back use_personliazed_dicts_summary resource.
Diffstat (limited to 'java')
-rw-r--r-- | java/res/values/strings-config-important-notice.xml | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/java/res/values/strings-config-important-notice.xml b/java/res/values/strings-config-important-notice.xml new file mode 100644 index 000000000..de8d6fc5e --- /dev/null +++ b/java/res/values/strings-config-important-notice.xml @@ -0,0 +1,24 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- +/* +** +** Copyright 2014, The Android Open Source Project +** +** Licensed under the Apache License, Version 2.0 (the "License"); +** you may not use this file except in compliance with the License. +** You may obtain a copy of the License at +** +** http://www.apache.org/licenses/LICENSE-2.0 +** +** Unless required by applicable law or agreed to in writing, software +** distributed under the License is distributed on an "AS IS" BASIS, +** WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +** See the License for the specific language governing permissions and +** limitations under the License. +*/ +--> + +<resources> + <!-- Description for option enabling the use by the keyboards of sent/received messages, e-mail and typing history to improve suggestion accuracy [CHAR LIMIT=68] --> + <string name="use_personalized_dicts_summary">Learn from your communications and typed data to improve suggestions</string> +</resources> |