Merge "Allow MediaProvider to access the media metrics service"
This commit is contained in:
commit
dcb9369554
1 changed files with 3 additions and 0 deletions
|
@ -24,6 +24,9 @@ allow mediaprovider_app mediaserver_service:service_manager find;
|
|||
# Talk to the AudioServer service
|
||||
allow mediaprovider_app audioserver_service:service_manager find;
|
||||
|
||||
# Talk to the MediaCodec APIs that log media metrics
|
||||
allow mediaprovider_app mediametrics_service:service_manager find;
|
||||
|
||||
# Talk to regular app services
|
||||
allow mediaprovider_app app_api_service:service_manager find;
|
||||
|
||||
|
|
Loading…
Reference in a new issue