From ff9040693d45f55f53d11ebbcad6735003bf9d3d Mon Sep 17 00:00:00 2001 From: Grace Jia Date: Wed, 21 Apr 2021 19:49:37 -0700 Subject: Add READ_VOICEMAIL permission to privapp-permissions. For packages don't have READ_VOICEMAIL permission, CallLogProvider will limit its access to voicemails by applying strict grammar check. Add this permission to CallLogBackupAgent to avoid exception when backup and restore. Bug: 184244328 Test: Manually restore the device Change-Id: I7848a6b58f4502d4dd9a346e5e3725e5d741c02f --- data/etc/privapp-permissions-platform.xml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/data/etc/privapp-permissions-platform.xml b/data/etc/privapp-permissions-platform.xml index e1a0f64913a8..545a5641b932 100644 --- a/data/etc/privapp-permissions-platform.xml +++ b/data/etc/privapp-permissions-platform.xml @@ -570,4 +570,8 @@ applications that come with the platform + + + + -- cgit v1.2.3-59-g8ed1b