Merge "Open permission manager service to the world"

This commit is contained in:
Treehugger Robot 2018-12-20 21:36:13 +00:00 committed by Gerrit Code Review
commit 7e06c56154

View file

@ -126,7 +126,7 @@ type overlay_service, system_api_service, system_server_service, service_manager
type package_service, app_api_service, ephemeral_app_api_service, system_server_service, service_manager_type;
type package_native_service, system_server_service, service_manager_type;
type permission_service, app_api_service, ephemeral_app_api_service, system_server_service, service_manager_type;
type permissionmgr_service, system_server_service, service_manager_type;
type permissionmgr_service, app_api_service, ephemeral_app_api_service, system_server_service, service_manager_type;
type persistent_data_block_service, system_api_service, system_server_service, service_manager_type;
type pinner_service, system_server_service, service_manager_type;
type power_service, app_api_service, ephemeral_app_api_service, system_server_service, service_manager_type;