Skip to content

Commit

Permalink
CMFileManager: Add RealVideo and Matroska mime-types
Browse files Browse the repository at this point in the history
Change-Id: I4886cd713f18b2f9c961237cc9ec84e53bc35f6b
  • Loading branch information
jruesga committed Dec 23, 2012
1 parent 5d64d0f commit 5b85c6c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions res/raw/mime_types.properties
Original file line number Diff line number Diff line change
Expand Up @@ -260,6 +260,7 @@ ra = AUDIO | audio/x-pn-realaudio | fso_type_audio_drawable
ram = AUDIO | audio/x-pn-realaudio | fso_type_audio_drawable
rmp = AUDIO | audio/x-pn-realaudio-plugin | fso_type_audio_drawable
wav = AUDIO | audio/x-wav | fso_type_audio_drawable
mka = AUDIO | audio/x-matroska | fso_type_audio_drawable

# Video
3gp = VIDEO | video/3gpp | fso_type_video_drawable
Expand Down Expand Up @@ -303,6 +304,8 @@ wmv = VIDEO | video/x-ms-wmv | fso_type_video_drawable
wmx = VIDEO | video/x-ms-wmx | fso_type_video_drawable
wvx = VIDEO | video/x-ms-wvx | fso_type_video_drawable
movie = VIDEO | video/x-sgi-movie | fso_type_video_drawable
rmvb = VIDEO | video/rmvb | fso_type_video_drawable
mkv = VIDEO | video/x-matroska | fso_type_video_drawable

# Security
asc = SECURITY | application/pgp-signature | fso_type_security_drawable
Expand Down

0 comments on commit 5b85c6c

Please sign in to comment.