Skip to content
Snippets Groups Projects
Commit 6e056dd6 authored by Ajay Panicker's avatar Ajay Panicker Committed by android-build-merger
Browse files

Allow audioserver to access Bluetooth Properties am: e32d9406

am: 1be44b83

Change-Id: Idc0e47c8644e5fcc93c04eca7bba7c0023c49c24
parents 067bc406 1be44b83
No related branches found
No related tags found
No related merge requests found
...@@ -36,6 +36,9 @@ allow audioserver permission_service:service_manager find; ...@@ -36,6 +36,9 @@ allow audioserver permission_service:service_manager find;
allow audioserver power_service:service_manager find; allow audioserver power_service:service_manager find;
allow audioserver scheduling_policy_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 # Grant access to audio files to audioserver
allow audioserver audio_data_file:dir ra_dir_perms; allow audioserver audio_data_file:dir ra_dir_perms;
allow audioserver audio_data_file:file create_file_perms; allow audioserver audio_data_file:file create_file_perms;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment