Merge "Exposing Context Hub service." into nyc-dev

This commit is contained in:
Ashutosh Joshi
2016-03-16 17:21:32 +00:00
committed by Android (Google) Code Review
21 changed files with 772 additions and 269 deletions

View File

@@ -1032,6 +1032,7 @@ public final class SystemServer {
mSystemServiceManager.startService(GestureLauncherService.class);
}
mSystemServiceManager.startService(SensorNotificationService.class);
mSystemServiceManager.startService(ContextHubSystemService.class);
}
traceBeginAndSlog("StartDiskStatsService");