Merge "MediaTranscodeManager: delay getService" into sc-dev am: a14dbb2b72
Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/14456896 Change-Id: I3a03f292f19711daf59b53b61c5cea382aa0c889
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user