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
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)