aboutsummaryrefslogtreecommitdiff
path: root/res
diff options
context:
space:
mode:
authorMakoto Onuki <omakoto@google.com>2016-02-09 11:47:49 -0800
committerMakoto Onuki <omakoto@google.com>2016-02-09 13:11:45 -0800
commit56bb2f6d67417270a6ef0cb1cbb24ae2c313c4be (patch)
tree59cd40b0e948b99fadae6cd2c659e216ff0f38d8 /res
parent6fac54d637e6f9eaaa147cba7b534bb058be2654 (diff)
downloadContactsProvider-56bb2f6d67417270a6ef0cb1cbb24ae2c313c4be.tar.gz
Only allow whitelisted app to access ContactMetadataProvider
Bug 26822055 Change-Id: I215bee01b1262ec269653161cd9e36cbe69d885e
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>