Skip to content
Snippets Groups Projects
Commit 2a2d638e authored by Sunny Goyal's avatar Sunny Goyal Committed by Winson Chung
Browse files

New system service: app_prediction_service

- Update policy for new system service, used for SystemUI/Apps to
  present predicted apps in their UI.

Bug: 111701043
Test: manual verification
Change-Id: Ia3b5db987097d2d71bf774ca550041e03214471d
parent 85762ff9
No related branches found
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
......
......@@ -44,6 +44,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.
Finish editing this message first!
Please register or to comment