Adding policy for content suggestions.
Cherry-picked from aosp/852612 (commit Ic0b3f85fad24ccedc0a8e9935c198bc8503bb415), and is a manual merge for ag/5836696 (commit I360ce12f33e333766f6f30614c87811d05e663a4) Bug: 120865921 Test: Manual verification Change-Id: Ic0b3f85fad24ccedc0a8e9935c198bc8503bb415
This commit is contained in:
parent
0c49b410a1
commit
f933d4545c
3 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -65,6 +65,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
|
||||
|
|
Loading…
Reference in a new issue