Skip to content
Snippets Groups Projects
Commit 9378ceaf authored by dcashman's avatar dcashman
Browse files

Make backup service app_api_service.

Backup service needs to be accessible to all apps to notify the system when
something changes which is being backed-up.

Bug: 18106000
Change-Id: I8f34cca64299960fa45afc8d09110123eb79338b
parent bd7f5803
No related branches found
No related tags found
No related merge requests found
...@@ -20,7 +20,7 @@ type appops_service, app_api_service, system_server_service, service_manager_typ ...@@ -20,7 +20,7 @@ type appops_service, app_api_service, system_server_service, service_manager_typ
type appwidget_service, app_api_service, system_server_service, service_manager_type; type appwidget_service, app_api_service, system_server_service, service_manager_type;
type assetatlas_service, app_api_service, system_server_service, service_manager_type; type assetatlas_service, app_api_service, system_server_service, service_manager_type;
type audio_service, app_api_service, system_server_service, service_manager_type; type audio_service, app_api_service, system_server_service, service_manager_type;
type backup_service, system_api_service, system_server_service, service_manager_type; type backup_service, app_api_service, system_server_service, service_manager_type;
type batterystats_service, app_api_service, system_server_service, service_manager_type; type batterystats_service, app_api_service, system_server_service, service_manager_type;
type battery_service, system_server_service, service_manager_type; type battery_service, system_server_service, service_manager_type;
type bluetooth_manager_service, system_api_service, system_server_service, service_manager_type; type bluetooth_manager_service, system_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