commit | b5b7b17fdcdd6b1562d1532b158580fc740e54bb | [log] [tgz] |
---|---|---|
author | Dianne Hackborn <hackbod@google.com> | Wed Sep 01 22:55:56 2010 -0700 |
committer | Dianne Hackborn <hackbod@google.com> | Wed Sep 01 22:55:56 2010 -0700 |
tree | 51b58628a7ab774db4e44e8c9a75bb7dea3f3a92 | |
parent | 9516b6eef76b3504913f5efcadf603969946a3d0 [diff] [blame] |
Allow contacts provider to grant URI permissions. Change-Id: I65fc58ac6ec17399ee5d02c148512ad307705da7
diff --git a/AndroidManifest.xml b/AndroidManifest.xml index 7ccfcce..f56fac4 100644 --- a/AndroidManifest.xml +++ b/AndroidManifest.xml
@@ -32,6 +32,7 @@ <path-permission android:pathPattern="/contacts/.*/photo" android:readPermission="android.permission.GLOBAL_SEARCH" /> + <grant-uri-permission android:pathPattern=".*" /> </provider> <provider android:name="CallLogProvider"