diff options
author | 2012-07-21 00:26:48 -0700 | |
---|---|---|
committer | 2012-07-21 00:26:48 -0700 | |
commit | 7e220d3c3a3981373d7d703611f23bf33bb2f25e (patch) | |
tree | 73da646cfdb5a0bbc29a38d2271cb630b13dcd54 /java/res | |
parent | e6f68f2944da7387f90e0643d340fe600e8337d9 (diff) | |
parent | 9c539d5a5c8e9b36be482fd7ebb2a71a22ef6af0 (diff) | |
download | latinime-7e220d3c3a3981373d7d703611f23bf33bb2f25e.tar.gz latinime-7e220d3c3a3981373d7d703611f23bf33bb2f25e.tar.xz latinime-7e220d3c3a3981373d7d703611f23bf33bb2f25e.zip |
Merge "ResearchLog uploading"
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> |