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

Commit a14dbb2b authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "MediaTranscodeManager: delay getService" into sc-dev

parents 9dba9a67 51130277
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -430,10 +430,6 @@ public final class MediaTranscodeManager {
        mUid = Os.getuid();
        mPid = Os.getpid();
        mIsLowRamDevice = mContext.getSystemService(ActivityManager.class).isLowRamDevice();
        IMediaTranscodingService service = getService(false /*retry*/);
        if (service != null) {
            mTranscodingClient = registerClient(service);
        }
    }

    /**