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

Commit 330ebec6 authored by Dongwon Kang's avatar Dongwon Kang Committed by android-build-merger
Browse files

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

am: 840172ac

* commit '840172ac':
  Start MediaResourceMonitorService only when needed.

Change-Id: I1a46258ca6f9b6351e32ad1b7fd9d5719d87ee15
parents d625b137 840172ac
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");