Android available mime-types?

JoaoFilipeClementeMartins picture JoaoFilipeClementeMartins · Apr 30, 2014 · Viewed 56.8k times · Source

After several searches online, I couldn't find a place that could tell me every existent mime type for different types of media in android applications.

Here are the ones I know that exist and work:

For Text

"text/plain"

For Image

"image/jpeg"
"image/bmp"
"image/gif"
"image/jpg"
"image/png"

For Video

"video/wav"
"video/mp4"

These are the ones I have and know that work, I am lacking several for video and sound type files. Does anyone know a place where every android mime-type is described or do you guys ever used another mime-type for these different types of media?

EDIT:

I am using this in an application that monitors SMS and MMS and in the MMS type manages the content inside it. The code I have runs for every version above 8.

Answer

tianya picture tianya · Dec 18, 2014

I did some search these days.

maybe you shoud read these links.