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:
parent
44b86a3e5e
commit
60d79e487b
1 changed files with 1 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue