Skip to content
Snippets Groups Projects
Commit d8dc4b80 authored by Felipe Leme's avatar Felipe Leme Committed by android-build-merger
Browse files

Merge "Creates an autofill system service." am: f5312f8e am: ce4c82a8

am: 908aeba7

Change-Id: I047518d8183b6fe90e40ab62bdbdaecdab82e67a
parents 3c6c4d2d 908aeba7
Branches
Tags
No related merge requests found
......@@ -9,6 +9,7 @@ appops u:object_r:appops_service:s0
appwidget u:object_r:appwidget_service:s0
assetatlas u:object_r:assetatlas_service:s0
audio u:object_r:audio_service:s0
autofill u:object_r:autofill_service:s0
backup u:object_r:backup_service:s0
batteryproperties u:object_r:batteryproperties_service:s0
batterystats u:object_r:batterystats_service:s0
......
......@@ -29,6 +29,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 assetatlas_service, app_api_service, system_server_service, service_manager_type;
type audio_service, app_api_service, system_server_service, service_manager_type;
type autofill_service, app_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 battery_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