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

Allow new settings system service. am: 11877133 am: 33619e31 am: 29bebdb9

am: f8bef9c8

Change-Id: Iabf4fd7c8c3acb31f7518df6cc623a95144f2732
parents fa97fed4 f8bef9c8
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.
Please register or to comment