Merge "Allow MediaProvider to access the media metrics service"

This commit is contained in:
Zimuzo Ezeozue 2021-10-15 13:32:12 +00:00 committed by Gerrit Code Review
commit dcb9369554

View File

@ -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;