Skip to content
Snippets Groups Projects
Commit 308e3c46 authored by Peng Xu's avatar Peng Xu Committed by android-build-merger
Browse files

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

am: e038062a

* commit 'e038062a':
  Allow all apps to discover contexthub_service

Change-Id: Id3bd9fde150c15380774444116db17d535d9d1bb
parents c2ec3b9f e038062a
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