Skip to content

Commit f95f3eb

Browse files
Jeff BrownAndroid (Google) Code Review
authored andcommitted
Merge "Allow access to display manager service from isolated processes." into jb-mr1-dev
2 parents 7786687 + e7c1d88 commit f95f3eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

services/java/com/android/server/SystemServer.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ public void run() {
155155

156156
Slog.i(TAG, "Display Manager");
157157
display = new DisplayManagerService();
158-
ServiceManager.addService(Context.DISPLAY_SERVICE, display);
158+
ServiceManager.addService(Context.DISPLAY_SERVICE, display, true);
159159

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

0 commit comments

Comments
 (0)