diff options
author | 2012-08-04 23:26:35 -0700 | |
---|---|---|
committer | 2012-08-17 21:44:08 -0700 | |
commit | baf1f0bd616ca1fc3b53ad832012f498b3601afb (patch) | |
tree | 8d39064b3cf271c87054c7d693982468a51435e9 /java/res | |
parent | c58f5d904bceab9b33840a7de4e3de4323b2126b (diff) | |
download | latinime-baf1f0bd616ca1fc3b53ad832012f498b3601afb.tar.gz latinime-baf1f0bd616ca1fc3b53ad832012f498b3601afb.tar.xz latinime-baf1f0bd616ca1fc3b53ad832012f498b3601afb.zip |
ResearchLogging upload via service
DO NOT MERGE
Upload using an intent service rather than just a thread. More robust in case the keyboard
is closed and the upload hasn't finished yet.
multi-project commit with I40db74fb780e01364609339764e150f0291d3f9b
Bug: 6188932
Change-Id: Ie980d38a713d15c01083d41bd73f0602ec75dd16
Diffstat (limited to 'java/res')
-rw-r--r-- | java/res/values/strings.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/java/res/values/strings.xml b/java/res/values/strings.xml index f2468f5a4..35cbcf3c4 100644 --- a/java/res/values/strings.xml +++ b/java/res/values/strings.xml @@ -289,6 +289,10 @@ <!-- TODO: remove translatable=false attribute once text is stable --> <string name="research_send_usage_info" translatable="false">Send usage info</string> + <!-- Name for the research uploading service to be displayed to users. [CHAR LIMIT=50] --> + <!-- TODO: remove translatable=false attribute once text is stable --> + <string name="research_log_uploader_name" translatable="false">Research Uploader Service</string> + <!-- Preference for input language selection --> <string name="select_language">Input languages</string> |