diff options
author | Tyler Gunn <tgunn@google.com> | 2020-12-09 13:05:56 -0800 |
---|---|---|
committer | Tyler Gunn <tgunn@google.com> | 2020-12-11 16:14:37 +0000 |
commit | 108dd9447982419072446d3d4ff8bfc89830fd30 (patch) | |
tree | 35dc65c4def623578e81292ea37fdb49c8bbb64a /data/etc | |
parent | 08652b64e2c4950c69cc101a10dde47679f337fa (diff) |
Grant CHANGE_DEVICE_IDLE_TEMP_WHITELIST to call log provider.
The call log provider needs to grant an allow-list exemption in
broadcast options when sending the ACTION_NEW_VOICEMAIL intent to it's
directed recipient. This is required so that the voicemail app can
start a background service to do some time consuming (but timely) work
in the background upon receiving the intent.
Test: Manual test with Call log provider.
Bug: 173155475
Change-Id: I3e84d65292ec74ffe374fc997e57c4c688f71b9d
Merged-In: I3e84d65292ec74ffe374fc997e57c4c688f71b9d
Diffstat (limited to 'data/etc')
-rw-r--r-- | data/etc/privapp-permissions-platform.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/data/etc/privapp-permissions-platform.xml b/data/etc/privapp-permissions-platform.xml index 950666b81003..b1669e30d3b6 100644 --- a/data/etc/privapp-permissions-platform.xml +++ b/data/etc/privapp-permissions-platform.xml @@ -208,6 +208,7 @@ applications that come with the platform <privapp-permissions package="com.android.providers.contacts"> <permission name="android.permission.BIND_DIRECTORY_SEARCH"/> + <permission name="android.permission.CHANGE_DEVICE_IDLE_TEMP_WHITELIST"/> <permission name="android.permission.GET_ACCOUNTS_PRIVILEGED"/> <permission name="android.permission.INTERACT_ACROSS_USERS"/> <permission name="android.permission.MANAGE_USERS"/> |