diff options
author | 2012-07-18 17:05:48 -0700 | |
---|---|---|
committer | 2012-07-20 15:24:48 -0700 | |
commit | 9c539d5a5c8e9b36be482fd7ebb2a71a22ef6af0 (patch) | |
tree | 69dacf570739d514d1cbf9878882df6a402e0d8e /java/res | |
parent | 6b966160ac8570271547bf63217efa5e228d4acc (diff) | |
download | latinime-9c539d5a5c8e9b36be482fd7ebb2a71a22ef6af0.tar.gz latinime-9c539d5a5c8e9b36be482fd7ebb2a71a22ef6af0.tar.xz latinime-9c539d5a5c8e9b36be482fd7ebb2a71a22ef6af0.zip |
ResearchLog uploading
- uploads files in the background to server
multi-project commit with Ie0d937773e04b2fbefc8d76c231aaa52ebc392c9
Bug: 6188932
Change-Id: I90bb0e237eeb567e4cbb51085f2229f17f1fe71c
Diffstat (limited to 'java/res')
-rw-r--r-- | java/res/values/urls.xml | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/java/res/values/urls.xml b/java/res/values/urls.xml new file mode 100644 index 000000000..a8e9ad7d3 --- /dev/null +++ b/java/res/values/urls.xml @@ -0,0 +1,22 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- +/* +** +** Copyright 2012, 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> + <string name="research_logger_upload_url" translatable="false"></string> +</resources> |