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

This commit is contained in:
Jeff Brown
2012-08-02 14:58:47 -07:00
committed by Android (Google) Code Review

View File

@@ -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);