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

Commit 771a2c96 authored by Manish Singh's avatar Manish Singh Committed by Android (Google) Code Review
Browse files

Merge "Return mUnsupportedVideoMimeTypes from the getter"

parents be417e5f b80bfcbd
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -237,7 +237,7 @@ public final class ApplicationMediaCapabilities implements Parcelable {
     */
    @NonNull
    public List<String> getUnsupportedVideoMimeTypes() {
        return new ArrayList<>(mSupportedVideoMimeTypes);
        return new ArrayList<>(mUnsupportedVideoMimeTypes);
    }

    /*