Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e95d055c authored by Richard Uhler's avatar Richard Uhler
Browse files

Move rollback manager implementation to RollbackManagerServiceImpl

So that RollbackManagerService extends SystemService as per convention
and RollbackManagerServiceImpl need not be made public.

Bug: 112431924
Test: atest RollbackTest
Change-Id: I85d2fd27e4705637d5fb7342d9389ef12f869fc9
parent 3f5d667e
Loading
Loading
Loading
Loading
+14 −823

File changed.

Preview size limit exceeded, changes collapsed.

+830 −0

File added.

Preview size limit exceeded, changes collapsed.

+1 −1
Original line number Diff line number Diff line
@@ -783,7 +783,7 @@ public final class SystemServer {

        // Manages apk rollbacks.
        traceBeginAndSlog("StartRollbackManagerService");
        mSystemServiceManager.startService(RollbackManagerService.Lifecycle.class);
        mSystemServiceManager.startService(RollbackManagerService.class);
        traceEnd();
    }