Merge "Allow telephony to call system service"
diff --git a/public/radio.te b/public/radio.te
index 8fb5ad6..4c5f69c 100644
--- a/public/radio.te
+++ b/public/radio.te
@@ -35,6 +35,7 @@
 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)