summaryrefslogtreecommitdiffstats
path: root/overlay/common/packages/providers
diff options
context:
space:
mode:
authorSteve Kondik <shade@chemlab.org>2010-06-28 19:48:36 -0400
committerSteve Kondik <shade@chemlab.org>2010-06-28 19:49:16 -0400
commitddc5a185755098a5bc19ca807d2dc0009df52cd9 (patch)
tree151700fb5e0603513352d881225e32bd75caab3d /overlay/common/packages/providers
parent4bb51731bee6a4712e8b191f5c35f10e0149654e (diff)
downloadvendor_replicant-ddc5a185755098a5bc19ca807d2dc0009df52cd9.zip
vendor_replicant-ddc5a185755098a5bc19ca807d2dc0009df52cd9.tar.gz
vendor_replicant-ddc5a185755098a5bc19ca807d2dc0009df52cd9.tar.bz2
Split overlays and add a passion-specific overlay.
Diffstat (limited to 'overlay/common/packages/providers')
-rw-r--r--overlay/common/packages/providers/ContactsProvider/res/values/unrestricted_packages.xml37
1 files changed, 37 insertions, 0 deletions
diff --git a/overlay/common/packages/providers/ContactsProvider/res/values/unrestricted_packages.xml b/overlay/common/packages/providers/ContactsProvider/res/values/unrestricted_packages.xml
new file mode 100644
index 0000000..b6e3c17
--- /dev/null
+++ b/overlay/common/packages/providers/ContactsProvider/res/values/unrestricted_packages.xml
@@ -0,0 +1,37 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!-- Copyright (C) 2009 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">
+
+ <!-- The list of packages that have access to data that is marked as being restricted -->
+ <string-array name="unrestricted_packages" translatable="false">
+
+ <item>com.android.contacts</item>
+ <item>com.facebook.katana</item>
+ <item>com.android.mms</item>
+ <item>com.google.android.gm</item>
+ <item>com.android.email</item>
+ <item>com.android.phone</item>
+ <item>com.google.android.apps.maps</item>
+ <item>com.android.globalsearch</item>
+ <item>com.android.calendar</item>
+ <item>com.google.android.talk</item>
+ <item>android</item>
+
+ </string-array>
+
+</resources>