aboutsummaryrefslogtreecommitdiff
path: root/res
diff options
context:
space:
mode:
authorMakoto Onuki <omakoto@google.com>2016-02-09 22:32:49 +0000
committerandroid-build-merger <android-build-merger@google.com>2016-02-09 22:32:49 +0000
commitfd7e60e00534fa909ce3f1a9758e4df7f1316dd6 (patch)
tree0132df63cabdaa0e4c05627486d746dc311453a3 /res
parentfe7b1fb6da5d05c559ccfbc818cba959d263fe7f (diff)
parent56bb2f6d67417270a6ef0cb1cbb24ae2c313c4be (diff)
downloadContactsProvider-fd7e60e00534fa909ce3f1a9758e4df7f1316dd6.tar.gz
Only allow whitelisted app to access ContactMetadataProvider
am: 56bb2f6d67 * commit '56bb2f6d67417270a6ef0cb1cbb24ae2c313c4be': Only allow whitelisted app to access ContactMetadataProvider
Diffstat (limited to 'res')
-rw-r--r--res/values/config.xml21
1 files changed, 21 insertions, 0 deletions
diff --git a/res/values/config.xml b/res/values/config.xml
new file mode 100644
index 00000000..d31e259a
--- /dev/null
+++ b/res/values/config.xml
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!-- Copyright (C) 2016 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 xmlns:android="http://schemas.android.com/apk/res/android"
+ xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+ <!-- Package name for the contacts metadata syncadapter [DO NOT TRANSLATE] -->
+ <string name="metadata_sync_pacakge" translatable="false"></string>
+</resources>