Skip to content
Snippets Groups Projects
Commit ac4b6478 authored by Makoto Onuki's avatar Makoto Onuki Committed by Gerrit Code Review
Browse files

Merge "Add app_binding system service"

parents e6f33f53 6af11813
Branches
No related tags found
No related merge requests found
...@@ -6,6 +6,7 @@ ...@@ -6,6 +6,7 @@
( activity_task_service ( activity_task_service
adb_service adb_service
adbd_exec adbd_exec
app_binding_service
atrace atrace
binder_calls_stats_service binder_calls_stats_service
biometric_prompt_service biometric_prompt_service
......
...@@ -5,6 +5,7 @@ ...@@ -5,6 +5,7 @@
(typeattributeset new_objects (typeattributeset new_objects
( activity_task_service ( activity_task_service
adb_service adb_service
app_binding_service
atrace atrace
binder_calls_stats_service binder_calls_stats_service
biometric_prompt_service biometric_prompt_service
......
...@@ -5,6 +5,7 @@ ...@@ -5,6 +5,7 @@
(typeattributeset new_objects (typeattributeset new_objects
( activity_task_service ( activity_task_service
adb_service adb_service
app_binding_service
biometric_prompt_service biometric_prompt_service
fastbootd fastbootd
color_display_service color_display_service
......
...@@ -7,6 +7,7 @@ alarm u:object_r:alarm_service:s0 ...@@ -7,6 +7,7 @@ alarm u:object_r:alarm_service:s0
android.os.UpdateEngineService u:object_r:update_engine_service:s0 android.os.UpdateEngineService u:object_r:update_engine_service:s0
android.security.keystore u:object_r:keystore_service:s0 android.security.keystore u:object_r:keystore_service:s0
android.service.gatekeeper.IGateKeeperService u:object_r:gatekeeper_service:s0 android.service.gatekeeper.IGateKeeperService u:object_r:gatekeeper_service:s0
app_binding u:object_r:app_binding_service:s0
appops u:object_r:appops_service:s0 appops u:object_r:appops_service:s0
appwidget u:object_r:appwidget_service:s0 appwidget u:object_r:appwidget_service:s0
assetatlas u:object_r:assetatlas_service:s0 assetatlas u:object_r:assetatlas_service:s0
......
...@@ -41,6 +41,7 @@ type activity_service, app_api_service, ephemeral_app_api_service, system_server ...@@ -41,6 +41,7 @@ type activity_service, app_api_service, ephemeral_app_api_service, system_server
type activity_task_service, app_api_service, ephemeral_app_api_service, system_server_service, service_manager_type; type activity_task_service, app_api_service, ephemeral_app_api_service, system_server_service, service_manager_type;
type adb_service, system_server_service, service_manager_type; type adb_service, system_server_service, service_manager_type;
type alarm_service, app_api_service, ephemeral_app_api_service, system_server_service, service_manager_type; type alarm_service, app_api_service, ephemeral_app_api_service, system_server_service, service_manager_type;
type app_binding_service, system_server_service, service_manager_type;
type appops_service, app_api_service, ephemeral_app_api_service, system_server_service, service_manager_type; type appops_service, app_api_service, ephemeral_app_api_service, system_server_service, service_manager_type;
type appwidget_service, app_api_service, ephemeral_app_api_service, system_server_service, service_manager_type; type appwidget_service, app_api_service, ephemeral_app_api_service, system_server_service, service_manager_type;
type assetatlas_service, app_api_service, ephemeral_app_api_service, system_server_service, service_manager_type; type assetatlas_service, app_api_service, ephemeral_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.
Please register or to comment