diff --git a/private/compat/28.0/28.0.ignore.cil b/private/compat/28.0/28.0.ignore.cil index 1b07debc04b8a4bd3d2f3dd01516c3143f7049f0..222f381c09b8dc376a1cad39b5ae6a26043ce276 100644 --- a/private/compat/28.0/28.0.ignore.cil +++ b/private/compat/28.0/28.0.ignore.cil @@ -19,6 +19,7 @@ apexd_tmpfs biometric_service content_capture_service + content_suggestions_service cpu_variant_prop dev_cpu_variant device_config_boot_count_prop diff --git a/private/service_contexts b/private/service_contexts index 9fe7855922801d76a940f6e9bbe79c30a3de7baa..c90f93b11e39a6863414b1c2ad4acd72e1c59e00 100644 --- a/private/service_contexts +++ b/private/service_contexts @@ -33,6 +33,7 @@ connmetrics u:object_r:connmetrics_service:s0 consumer_ir u:object_r:consumer_ir_service:s0 content u:object_r:content_service:s0 content_capture u:object_r:content_capture_service:s0 +content_suggestions u:object_r:content_suggestions_service:s0 contexthub u:object_r:contexthub_service:s0 country_detector u:object_r:country_detector_service:s0 coverage u:object_r:coverage_service:s0 diff --git a/public/service.te b/public/service.te index c244c0c493d7738420e28ede88318b323d2e6f60..cf982615b61f90d4c06d88c63cf7e9b437a39296 100644 --- a/public/service.te +++ b/public/service.te @@ -66,6 +66,7 @@ type connectivity_service, app_api_service, ephemeral_app_api_service, system_se type connmetrics_service, app_api_service, ephemeral_app_api_service, system_server_service, service_manager_type; type consumer_ir_service, app_api_service, ephemeral_app_api_service, system_server_service, service_manager_type; type content_capture_service, app_api_service, ephemeral_app_api_service, system_server_service, service_manager_type; +type content_suggestions_service, app_api_service, ephemeral_app_api_service, system_server_service, service_manager_type; type content_service, app_api_service, ephemeral_app_api_service, system_server_service, service_manager_type; type country_detector_service, app_api_service, ephemeral_app_api_service, system_server_service, service_manager_type; # Note: The coverage_service should only be enabled for userdebug / eng builds that were compiled