Merge "Add a new system service for app search management." am: a7795f5e77
am: be06865242
am: 26143a074b
Change-Id: I9787371743c624c2611f145edb18dda4367b6b04
This commit is contained in:
commit
2a78a984bc
3 changed files with 3 additions and 0 deletions
|
@ -5,6 +5,7 @@
|
|||
(typeattribute new_objects)
|
||||
(typeattributeset new_objects
|
||||
( new_objects
|
||||
app_search_service
|
||||
auth_service
|
||||
ashmem_libcutils_device
|
||||
blob_store_service
|
||||
|
|
|
@ -11,6 +11,7 @@ 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
|
||||
app_search u:object_r:app_search_service:s0
|
||||
apexservice u:object_r:apex_service:s0
|
||||
blob_store u:object_r:blob_store_service:s0
|
||||
gsiservice u:object_r:gsi_service:s0
|
||||
|
|
|
@ -45,6 +45,7 @@ type adb_service, system_api_service, system_server_service, service_manager_typ
|
|||
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 app_search_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 assetatlas_service, app_api_service, ephemeral_app_api_service, system_server_service, service_manager_type;
|
||||
|
|
Loading…
Reference in a new issue