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

Commit e7c1d88f authored by Jeff Brown's avatar Jeff Brown
Browse files

Allow access to display manager service from isolated processes.

Bug: 6921302
Change-Id: I9eed4a24992538e18ad0540b96a8cea2c8a9ef76
parent 5590027b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -152,7 +152,7 @@ class ServerThread extends Thread {

            Slog.i(TAG, "Display Manager");
            display = new DisplayManagerService();
            ServiceManager.addService(Context.DISPLAY_SERVICE, display);
            ServiceManager.addService(Context.DISPLAY_SERVICE, display, true);

            Slog.i(TAG, "Activity Manager");
            context = ActivityManagerService.main(factoryTest);