Skip to content
Snippets Groups Projects
Commit 32b4f50c authored by Sunny Goyal's avatar Sunny Goyal Committed by android-build-merger
Browse files

New system service: app_prediction_service am: 2a2d638e am: e5ff5023

am: e1b0d956

Change-Id: Idec4f089242127af878c27ab100b99653270192a
parents f23225ec e1b0d956
Branches
No related tags found
No related merge requests found
......@@ -8,6 +8,7 @@
activity_task_service
adb_service
app_binding_service
app_prediction_service
apex_data_file
apex_mnt_dir
apex_key_file
......
......@@ -8,6 +8,7 @@ android.os.UpdateEngineService u:object_r:update_engine_service:s0
android.security.keystore u:object_r:keystore_service:s0
android.service.gatekeeper.IGateKeeperService u:object_r:gatekeeper_service:s0
app_binding u:object_r:app_binding_service:s0
app_prediction u:object_r:app_prediction_service:s0
apexservice u:object_r:apex_service:s0
appops u:object_r:appops_service:s0
appwidget u:object_r:appwidget_service:s0
......
......@@ -43,6 +43,7 @@ type activity_task_service, app_api_service, ephemeral_app_api_service, system_s
type adb_service, system_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 app_prediction_service, 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 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