Allow audioserver to access Bluetooth Properties
am: e32d94064f
Change-Id: I92c156c14675d82d8678df545a168d1a74774cac
This commit is contained in:
commit
1be44b83b1
1 changed files with 3 additions and 0 deletions
|
@ -36,6 +36,9 @@ allow audioserver permission_service:service_manager find;
|
|||
allow audioserver power_service:service_manager find;
|
||||
allow audioserver scheduling_policy_service:service_manager find;
|
||||
|
||||
# Grant access to the "persist.bluetooth.enabledelayreports" property
|
||||
get_prop(audioserver, bluetooth_prop);
|
||||
|
||||
# Grant access to audio files to audioserver
|
||||
allow audioserver audio_data_file:dir ra_dir_perms;
|
||||
allow audioserver audio_data_file:file create_file_perms;
|
||||
|
|
Loading…
Reference in a new issue