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

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

Merge "Fix isCryptoSchemeSupported's return value."

parents 9d4a8cf7 38875a41
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -349,6 +349,7 @@ bool DrmHal::isCryptoSchemeSupported(const uint8_t uuid[16], const String8 &mime
    bool result = false;

    if (mFactory != NULL && mFactory->isCryptoSchemeSupported(uuid)) {
        result = true;
        if (mimeType != "") {
            result = mFactory->isContentTypeSupported(mimeType.string());
        }