Merge "Extend visibility of hibernation service for CTS"

This commit is contained in:
Kevin Han 2022-02-03 23:43:03 +00:00 committed by Gerrit Code Review
commit 4d81dc33f8

View file

@ -62,7 +62,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_hibernation_service, system_api_service, system_server_service, service_manager_type;
type app_hibernation_service, app_api_service, system_api_service, system_server_service, service_manager_type;
type app_integrity_service, system_api_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;