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

Commit 27823ea2 authored by Josh Yang's avatar Josh Yang Committed by Android (Google) Code Review
Browse files

Merge "enable MediaProjection Service"

parents 68d18498 bc6500ba
Loading
Loading
Loading
Loading
+3 −5
Original line number Original line Diff line number Diff line
@@ -2474,11 +2474,9 @@ public final class SystemServer implements Dumpable {
            t.traceEnd();
            t.traceEnd();
        }
        }


        if (!isWatch) {
        t.traceBegin("StartMediaProjectionManager");
        t.traceBegin("StartMediaProjectionManager");
        mSystemServiceManager.startService(MediaProjectionManagerService.class);
        mSystemServiceManager.startService(MediaProjectionManagerService.class);
        t.traceEnd();
        t.traceEnd();
        }


       if (isWatch) {
       if (isWatch) {
            // Must be started before services that depend it, e.g. WearConnectivityService
            // Must be started before services that depend it, e.g. WearConnectivityService