diff --git a/private/compat/26.0/26.0.ignore.cil b/private/compat/26.0/26.0.ignore.cil
index b6782217eaeec91eca1f6ddf8d557bf24a6eba7b..0e23d27a37cf754f7d32880cfc7b028d29abc38d 100644
--- a/private/compat/26.0/26.0.ignore.cil
+++ b/private/compat/26.0/26.0.ignore.cil
@@ -117,6 +117,7 @@
     thermalserviced
     thermalserviced_exec
     thermalserviced_tmpfs
+    timedetector_service
     timezone_service
     tombstoned_java_trace_socket
     tombstone_wifi_data_file
diff --git a/private/compat/27.0/27.0.ignore.cil b/private/compat/27.0/27.0.ignore.cil
index 06f85fc05ed9d2fd809b3865c3ef856f58bd27d8..ee55901332f208642010ee7a3ad011a6552a7a1a 100644
--- a/private/compat/27.0/27.0.ignore.cil
+++ b/private/compat/27.0/27.0.ignore.cil
@@ -94,6 +94,7 @@
     system_boot_reason_prop
     system_update_service
     test_boot_reason_prop
+    timedetector_service
     tombstone_wifi_data_file
     trace_data_file
     traced
diff --git a/private/platform_app.te b/private/platform_app.te
index eec503a743beee583218ee9a39c3cb97a0628222..41dc9153893ba012eda35d12401dd79a2fab690e 100644
--- a/private/platform_app.te
+++ b/private/platform_app.te
@@ -66,6 +66,7 @@ allow platform_app mediadrmserver_service:service_manager find;
 allow platform_app persistent_data_block_service:service_manager find;
 allow platform_app radio_service:service_manager find;
 allow platform_app thermal_service:service_manager find;
+allow platform_app timedetector_service:service_manager find;
 allow platform_app timezone_service:service_manager find;
 allow platform_app app_api_service:service_manager find;
 allow platform_app system_api_service:service_manager find;
diff --git a/private/service_contexts b/private/service_contexts
index 8b9b862c955d43c6af40107cf84c3665aeb1d277..efd9739ae3b633a4848d580ccca8ed5914984097 100644
--- a/private/service_contexts
+++ b/private/service_contexts
@@ -162,6 +162,7 @@ telecom                                   u:object_r:telecom_service:s0
 telephony.registry                        u:object_r:registry_service:s0
 textclassification                        u:object_r:textclassification_service:s0
 textservices                              u:object_r:textservices_service:s0
+time_detector                             u:object_r:timedetector_service:s0
 timezone                                  u:object_r:timezone_service:s0
 thermalservice                            u:object_r:thermal_service:s0
 trust                                     u:object_r:trust_service:s0
diff --git a/public/service.te b/public/service.te
index 394e334784f1840783ca0c9ad9594a36a8fcc99b..558a77da8102757a32abed7688c49b7eb8bda0cd 100644
--- a/public/service.te
+++ b/public/service.te
@@ -140,6 +140,7 @@ type task_service, system_server_service, service_manager_type;
 type textclassification_service, app_api_service, ephemeral_app_api_service, system_server_service, service_manager_type;
 type textservices_service, app_api_service, ephemeral_app_api_service, system_server_service, service_manager_type;
 type telecom_service, app_api_service, ephemeral_app_api_service, system_server_service, service_manager_type;
+type timedetector_service, system_server_service, service_manager_type;
 type timezone_service, system_server_service, service_manager_type;
 type trust_service, app_api_service, system_server_service, service_manager_type;
 type tv_input_service, app_api_service, ephemeral_app_api_service, system_server_service, service_manager_type;