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

Commit e99b0b99 authored by Shimeng (Simon) Wang's avatar Shimeng (Simon) Wang Committed by Android (Google) Code Review
Browse files

Merge "Add wrapper method for native JNI call."

parents 32e60fbe bf013129
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -22,6 +22,7 @@ import android.database.Cursor;
import android.graphics.Point;
import android.graphics.Rect;
import android.graphics.Region;
import android.media.MediaFile;
import android.net.Uri;
import android.os.Handler;
import android.os.Looper;
@@ -252,6 +253,13 @@ final class WebViewCore {
        return mSettings;
    }

    /*
     * Given mimeType, check whether it's supported in Android media framework.
     * mimeType could be such as "audio/ogg" and "video/mp4".
     */
    /* package */ static boolean supportsMimeType(String mimeType) {
        return MediaFile.getFileTypeForMimeType(mimeType) > 0;
    }
    /**
     * Add an error message to the client's console.
     * @param message The message to add