aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatt Garnes <matt@cyngn.com>2015-01-21 17:09:47 +0800
committerMatt Garnes <matt@cyngn.com>2015-01-21 17:09:47 +0800
commit89fed52a04c58dc0bf958b603d721618673b0ca9 (patch)
treeb9c4fedce228628378b82db879b2301cfee9f18c
parentac44c19934998db6d9367a9f504996125140ee1c (diff)
downloadandroid_packages_apps_CMFileManager-89fed52a04c58dc0bf958b603d721618673b0ca9.tar.gz
android_packages_apps_CMFileManager-89fed52a04c58dc0bf958b603d721618673b0ca9.tar.bz2
android_packages_apps_CMFileManager-89fed52a04c58dc0bf958b603d721618673b0ca9.zip
File Manager: Add additional supported filetypes.
- Add new filetypes (xmf, 7z, etc.) - Reorder one or two so that the sections that resemble alphabetical order maintain it. Change-Id: Ib34216ddac6dd20face5e47e5c5ea3857c850ade
-rw-r--r--res/raw/mime_types.properties9
1 files changed, 8 insertions, 1 deletions
diff --git a/res/raw/mime_types.properties b/res/raw/mime_types.properties
index 8f3a14f2..98e4924e 100644
--- a/res/raw/mime_types.properties
+++ b/res/raw/mime_types.properties
@@ -137,6 +137,7 @@ vcf = MAIL | text/x-vcard | fso_type_contact_drawable
vcs = MAIL | text/x-vcalendar | fso_type_calendar_drawable
# Compress
+7z = COMPRESS | application/x-7z-compressed | fso_type_compress_drawable
ace = COMPRESS | application/x-ace-compressed | fso_type_compress_drawable
bz = COMPRESS | application/x-bzip | fso_type_compress_drawable
bz2 = COMPRESS | application/x-bzip2 | fso_type_compress_drawable
@@ -226,7 +227,9 @@ xwd = IMAGE | image/x-xwindowdump | fso_type_image_drawable
# Audio
adp = AUDIO | audio/adpcm | fso_type_audio_drawable
+amr = AUDIO | audio/amr | fso_type_audio_drawable
au = AUDIO | audio/basic | fso_type_audio_drawable
+awb = AUDIO | audio/amr-wb | fso_type_audio_drawable
snd = AUDIO | audio/basic | fso_type_audio_drawable
kar = AUDIO | audio/midi | fso_type_audio_drawable
mid = AUDIO | audio/midi | fso_type_audio_drawable
@@ -267,7 +270,8 @@ m4b = AUDIO | audio/aac | fso_type_audio_drawable
m4p = AUDIO | audio/aac | fso_type_audio_drawable
m4r = AUDIO | audio/aac | fso_type_audio_drawable
flac = AUDIO | audio/flac | fso_type_audio_drawable
-amr = AUDIO | audio/amr | fso_type_audio_drawable
+qcp = AUDIO | audio/qcelp | fso_type_audio_drawable
+xmf = AUDIO | audio/xmf | fso_type_audio_drawable
# Video
3gp = VIDEO | video/3gpp | fso_type_video_drawable
@@ -313,7 +317,10 @@ 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
+webm = VIDEO | video/webm | fso_type_video_drawable
m4v = VIDEO | video/x-m4v | fso_type_video_drawable
+divx = VIDEO | video/divx | fso_type_video_drawable
+ts = VIDEO | video/MP2T | fso_type_video_drawable
# Security
asc = SECURITY | application/pgp-signature | fso_type_security_drawable