summaryrefslogtreecommitdiffstats
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
authorDaniel Lehmann <lehmannd@google.com>2012-04-05 20:37:33 -0700
committerDaniel Lehmann <lehmannd@google.com>2012-04-05 20:37:33 -0700
commita9bdc5599848d608961238ef90897589e6bfe746 (patch)
treefb9047d491ba38439b0e71acad8425b1a373bdc0 /AndroidManifest.xml
parent18c143a877d0308f76c304b6b5f26ccc4c0f6216 (diff)
downloadpackages_providers_ContactsProvider-a9bdc5599848d608961238ef90897589e6bfe746.zip
packages_providers_ContactsProvider-a9bdc5599848d608961238ef90897589e6bfe746.tar.gz
packages_providers_ContactsProvider-a9bdc5599848d608961238ef90897589e6bfe746.tar.bz2
Enforce the use of the new (READ|WRITE)_CALL_LOG permissions
Bug:6141864 Change-Id: I8ff2830ca78a9b799012d7cc4e8a384a90103b1c
Diffstat (limited to 'AndroidManifest.xml')
-rw-r--r--AndroidManifest.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index e8557a3..10d33d3 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -49,8 +49,8 @@
<provider android:name="CallLogProvider"
android:authorities="call_log"
android:syncable="false" android:multiprocess="false"
- android:readPermission="android.permission.READ_CONTACTS"
- android:writePermission="android.permission.WRITE_CONTACTS">
+ android:readPermission="android.permission.READ_CALL_LOG"
+ android:writePermission="android.permission.WRITE_CALL_LOG">
</provider>
<provider android:name="VoicemailContentProvider"