Skip to content
Snippets Groups Projects
Commit b9562f19 authored by Vladislav Kuzkokov's avatar Vladislav Kuzkokov
Browse files

Allow access to IProxyService to untrusted apps.

Access to modifying methods of ProxyService is
checked in implementation.

Bug: 27337770
Change-Id: I718ea8f4fd6be940ee9ef57f0571d884a013489b
parent abead06f
No related branches found
No related tags found
No related merge requests found
......@@ -35,7 +35,7 @@ type bluetooth_manager_service, app_api_service, system_server_service, service_
type cameraproxy_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 IProxyService_service, system_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 connectivity_service, app_api_service, system_server_service, service_manager_type;
type consumer_ir_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.
Finish editing this message first!
Please register or to comment