aboutsummaryrefslogtreecommitdiff
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
authorRicky Wai <rickywai@google.com>2015-02-19 15:43:26 +0000
committerRicky Wai <rickywai@google.com>2015-03-09 21:06:54 +0000
commitb88a02f9551b991a8bc767867ae9ec1ccac75950 (patch)
tree5bbedf0ee8d26f3590f37512e4997e30d90d7fd8 /AndroidManifest.xml
parent2eb09524fc4b4afd061d30898dba30fab583545a (diff)
downloadContactsProvider-b88a02f9551b991a8bc767867ae9ec1ccac75950.tar.gz
Add private API to get merged primary and enterprise contacts
Bug: 19550047 Change-Id: I5f2a5e5d54af50cd0b41dd3105e10a4676d17388
Diffstat (limited to 'AndroidManifest.xml')
-rw-r--r--AndroidManifest.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index bb8158aa..28559c43 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -43,6 +43,9 @@
<path-permission
android:pathPattern="/contacts/.*/photo"
android:readPermission="android.permission.GLOBAL_SEARCH" />
+ <path-permission
+ android:pathPrefix="/data_enterprise"
+ android:readPermission="android.permission.INTERACT_ACROSS_USERS" />
<grant-uri-permission android:pathPattern=".*" />
</provider>