Skip to content

Commit 108dd94

Browse files
author
Tyler Gunn
committed
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
1 parent 08652b6 commit 108dd94

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

data/etc/privapp-permissions-platform.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -208,6 +208,7 @@ applications that come with the platform
208208

209209
<privapp-permissions package="com.android.providers.contacts">
210210
<permission name="android.permission.BIND_DIRECTORY_SEARCH"/>
211+
<permission name="android.permission.CHANGE_DEVICE_IDLE_TEMP_WHITELIST"/>
211212
<permission name="android.permission.GET_ACCOUNTS_PRIVILEGED"/>
212213
<permission name="android.permission.INTERACT_ACROSS_USERS"/>
213214
<permission name="android.permission.MANAGE_USERS"/>

0 commit comments

Comments
 (0)