Skip to content
Snippets Groups Projects
Commit 29bebdb9 authored by Dianne Hackborn's avatar Dianne Hackborn Committed by android-build-merger
Browse files

Allow new settings system service. am: 11877133

am: 33619e31

Change-Id: Ic8c3fa7aa355c3cea5885f8370adb2835835a4c4
parents 9446ec97 33619e31
No related branches found
No related tags found
No related merge requests found
......@@ -122,6 +122,7 @@ sec_key_att_app_id_provider u:object_r:sec_key_att_app_id_provider
sensorservice u:object_r:sensorservice_service:s0
serial u:object_r:serial_service:s0
servicediscovery u:object_r:servicediscovery_service:s0
settings u:object_r:settings_service:s0
shortcut u:object_r:shortcut_service:s0
simphonebook_msim u:object_r:radio_service:s0
simphonebook2 u:object_r:radio_service:s0
......
......@@ -104,6 +104,7 @@ type sec_key_att_app_id_provider_service, app_api_service, system_server_service
type sensorservice_service, app_api_service, system_server_service, service_manager_type;
type serial_service, system_api_service, system_server_service, service_manager_type;
type servicediscovery_service, app_api_service, system_server_service, service_manager_type;
type settings_service, app_api_service, system_server_service, service_manager_type;
type shortcut_service, app_api_service, system_server_service, service_manager_type;
type statusbar_service, app_api_service, system_server_service, service_manager_type;
type task_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