hasMimeType

static boolean hasMimeType(@NonNull() Intent intent, @NonNull() Context context, @NonNull() String mimeType)

Check whether the Intent has a specific mime-type.

Return

true, if the Intent has the mime-type or false

Parameters

intent

an Intent

context

Android context

mimeType

required mime-type string

Throws

if the Intent contains no Uri