Allow MediaProvider to access the media metrics service

This allows MediaProvider call certain MediaCodec APIs

Test: atest TranscodeTest
Bug: 190422448
Change-Id: Ied609152e6a9ba6d17b70db325ca33f1cb345eb8
This commit is contained in:
Zim 2021-10-14 14:39:52 +01:00 committed by Zimuzo Ezeozue
parent b732951030
commit 26d73ceb6e

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;