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

Commit 57c54f25 authored by Dongwon Kang's avatar Dongwon Kang
Browse files

MediaResourceMonitorService: Lift the condition for launching

Bug:26548364
Change-Id: If10a8b1c4b2dcdcdab16c9dcc899d37af1224505
parent 768464c6
Loading
Loading
Loading
Loading
+1 −3
Original line number Original line Diff line number Diff line
@@ -1026,9 +1026,7 @@ public final class SystemServer {
                mSystemServiceManager.startService(TvInputManagerService.class);
                mSystemServiceManager.startService(TvInputManagerService.class);
            }
            }


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


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