Merge "Grant the Pixel Modem Service access to the SubscriptionManager." into main

This commit is contained in:
Mike Wang 2024-06-06 22:50:03 +00:00 committed by Android (Google) Code Review
commit 45d36ab2be

View file

@ -5,6 +5,7 @@ type pixel_modem_app, domain;
app_domain(pixel_modem_app)
allow pixel_modem_app app_api_service:service_manager find;
allow pixel_modem_app radio_service:service_manager find;
# Allow the pixel_modem_app to find and call shared modem platform service.
hal_client_domain(pixel_modem_app, hal_shared_modem_platform)