Allow telephony to call system service

The timedetector_service will be called from the
telephony process

Bug: 78217059
Test: build / local testing with a client
Change-Id: I25dfa4daabaa80e6b5e697ad1b1e2f7f72377702
This commit is contained in:
Neil Fuller 2018-06-08 21:51:49 +01:00
parent 44b86a3e5e
commit 60d79e487b

View file

@ -35,6 +35,7 @@ allow radio mediaserver_service:service_manager find;
allow radio nfc_service:service_manager find;
allow radio app_api_service:service_manager find;
allow radio system_api_service:service_manager find;
allow radio timedetector_service:service_manager find;
# Perform HwBinder IPC.
hwbinder_use(radio)