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

Commit 840172ac authored by Dongwon Kang's avatar Dongwon Kang Committed by Android (Google) Code Review
Browse files

Merge "Start MediaResourceMonitorService only when needed." into nyc-dev

parents 92e1ea23 d8b81b34
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -1132,7 +1132,9 @@ public final class SystemServer {
                mSystemServiceManager.startService(TvInputManagerService.class);
            }

            if (mPackageManager.hasSystemFeature(PackageManager.FEATURE_PICTURE_IN_PICTURE)) {
                mSystemServiceManager.startService(MediaResourceMonitorService.class);
            }

            if (!disableNonCoreServices) {
                traceBeginAndSlog("StartMediaRouterService");