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

Commit 961e0862 authored by Jeff Brown's avatar Jeff Brown Committed by Android Git Automerger
Browse files

am f95f3ebf: Merge "Allow access to display manager service from isolated...

am f95f3ebf: Merge "Allow access to display manager service from isolated processes." into jb-mr1-dev

* commit 'f95f3ebf':
  Allow access to display manager service from isolated processes.
parents a69e9ae1 f95f3ebf
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -155,7 +155,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);