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

Commit 26714f8a authored by Jeff Brown's avatar Jeff Brown Committed by Android Git Automerger
Browse files

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

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

* commit '961e0862':
  Allow access to display manager service from isolated processes.
parents 02aecd44 961e0862
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);