Moved mRecentTasks to ActivityManagerTaskService (4/n)
Test: Existing tests pass Test: go/wm-smoke-auto Bug: 80414790 Change-Id: I7e48eaf66200f689757578461076e9288b862b33
This commit is contained in:
@@ -559,13 +559,13 @@ public final class SystemServer {
|
||||
|
||||
// Activity manager runs the show.
|
||||
traceBeginAndSlog("StartActivityManager");
|
||||
// TODO: Might need to move after migration to WM.
|
||||
ActivityTaskManagerService atm = mSystemServiceManager.startService(
|
||||
ActivityTaskManagerService.Lifecycle.class).getService();
|
||||
mActivityManagerService = mSystemServiceManager.startService(
|
||||
ActivityManagerService.Lifecycle.class).getService();
|
||||
mActivityManagerService.setSystemServiceManager(mSystemServiceManager);
|
||||
mActivityManagerService.setInstaller(installer);
|
||||
// TODO: Might need to move after migration to WM.
|
||||
ActivityTaskManagerService atm = mSystemServiceManager.startService(
|
||||
ActivityTaskManagerService.Lifecycle.class).getService();
|
||||
mActivityManagerService.setActivityTaskManager(atm);
|
||||
traceEnd();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user