Skip to content
Snippets Groups Projects
Commit 8a788747 authored by Daniel Cashman's avatar Daniel Cashman Committed by Android (Google) Code Review
Browse files

Merge "Reduce accessibility of voiceinteraction_service."

parents b61d07a2 aedf2236
No related branches found
No related tags found
No related merge requests found
...@@ -30,6 +30,7 @@ allow priv_app surfaceflinger_service:service_manager find; ...@@ -30,6 +30,7 @@ allow priv_app surfaceflinger_service:service_manager find;
allow priv_app app_api_service:service_manager find; 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 voiceinteraction_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
......
...@@ -99,7 +99,7 @@ type usagestats_service, app_api_service, system_server_service, service_manager ...@@ -99,7 +99,7 @@ type usagestats_service, app_api_service, system_server_service, service_manager
type usb_service, app_api_service, system_server_service, service_manager_type; type usb_service, app_api_service, system_server_service, service_manager_type;
type user_service, app_api_service, system_server_service, service_manager_type; type user_service, app_api_service, system_server_service, service_manager_type;
type vibrator_service, app_api_service, system_server_service, service_manager_type; type vibrator_service, app_api_service, system_server_service, service_manager_type;
type voiceinteraction_service, app_api_service, system_server_service, service_manager_type; type voiceinteraction_service, system_server_service, service_manager_type;
type wallpaper_service, app_api_service, system_server_service, service_manager_type; type wallpaper_service, app_api_service, system_server_service, service_manager_type;
type webviewupdate_service, app_api_service, system_server_service, service_manager_type; type webviewupdate_service, app_api_service, system_server_service, service_manager_type;
type wifip2p_service, app_api_service, system_server_service, service_manager_type; type wifip2p_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