regardless, the problem is not with `MediaType.par...
# android
m
regardless, the problem is not with
MediaType.parse()
but with how you’re consuming it…
parse()
can return
null
and if the variable that receives it is set as non-null, then you have an exception