Skip to content
Snippets Groups Projects
Commit e038062a authored by Peng Xu's avatar Peng Xu Committed by Android (Google) Code Review
Browse files

Merge "Allow all apps to discover contexthub_service" into nyc-dev

parents ac52f460 7df44d82
No related branches found
No related tags found
No related merge requests found
...@@ -36,7 +36,6 @@ allow priv_app app_api_service:service_manager find; ...@@ -36,7 +36,6 @@ allow priv_app app_api_service:service_manager find;
allow priv_app system_api_service:service_manager find; allow priv_app system_api_service:service_manager find;
allow priv_app persistent_data_block_service:service_manager find; allow priv_app persistent_data_block_service:service_manager find;
allow priv_app recovery_service:service_manager find; allow priv_app recovery_service:service_manager find;
allow priv_app contexthub_service:service_manager find;
# Traverse into /mnt/media_rw for bypassing FUSE daemon # Traverse into /mnt/media_rw for bypassing FUSE daemon
# TODO: narrow this to just MediaProvider # TODO: narrow this to just MediaProvider
......
...@@ -35,7 +35,7 @@ type battery_service, system_server_service, service_manager_type; ...@@ -35,7 +35,7 @@ type battery_service, system_server_service, service_manager_type;
type bluetooth_manager_service, app_api_service, system_server_service, service_manager_type; type bluetooth_manager_service, app_api_service, system_server_service, service_manager_type;
type cameraproxy_service, system_server_service, service_manager_type; type cameraproxy_service, system_server_service, service_manager_type;
type clipboard_service, app_api_service, system_server_service, service_manager_type; type clipboard_service, app_api_service, system_server_service, service_manager_type;
type contexthub_service, system_server_service, service_manager_type; type contexthub_service, app_api_service, system_server_service, service_manager_type;
type IProxyService_service, app_api_service, system_server_service, service_manager_type; type IProxyService_service, app_api_service, system_server_service, service_manager_type;
type commontime_management_service, system_server_service, service_manager_type; type commontime_management_service, system_server_service, service_manager_type;
type connectivity_service, app_api_service, system_server_service, service_manager_type; type connectivity_service, app_api_service, system_server_service, service_manager_type;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment