aboutsummaryrefslogtreecommitdiffstats
path: root/res/raw
diff options
context:
space:
mode:
authorjruesga <jorge@ruesga.com>2012-10-14 01:34:03 +0200
committerjruesga <jorge@ruesga.com>2012-10-14 01:34:03 +0200
commit82688262589dc2d07652097b7717d2acbc20b157 (patch)
treed404680816c5685d26d329b90d924386ae4dbf30 /res/raw
parentff03d83363e380b255873252e17b6c9174b953ab (diff)
downloadandroid_packages_apps_CMFileManager-82688262589dc2d07652097b7717d2acbc20b157.tar.gz
android_packages_apps_CMFileManager-82688262589dc2d07652097b7717d2acbc20b157.tar.bz2
android_packages_apps_CMFileManager-82688262589dc2d07652097b7717d2acbc20b157.zip
Add file category to fso properties dialog
Diffstat (limited to 'res/raw')
-rw-r--r--res/raw/mime_types.properties28
1 files changed, 13 insertions, 15 deletions
diff --git a/res/raw/mime_types.properties b/res/raw/mime_types.properties
index c59c2659..18b274e9 100644
--- a/res/raw/mime_types.properties
+++ b/res/raw/mime_types.properties
@@ -39,6 +39,13 @@ pyo = BINARY | application/x-python-code | fso_type_binary
ser = BINARY | application/java-serialized-object | fso_type_binary
swf = BINARY | application/x-shockwave-flash | fso_type_binary
so = BINARY | application/octet-stream | fso_type_binary
+dmg = BINARY | application/octet-stream | fso_type_cdimage
+cue = BINARY | application/octet-stream | fso_type_cdimage
+img = BINARY | application/octet-stream | fso_type_cdimage
+iso = BINARY | application/octet-stream | fso_type_cdimage
+msd = BINARY | application/octet-stream | fso_type_cdimage
+nrg = BINARY | application/octet-stream | fso_type_cdimage
+uif = BINARY | application/octet-stream | fso_type_cdimage
# Text
asm = TEXT | text/x-asm | fso_type_source
@@ -121,21 +128,12 @@ lrx = EBOOK | application/x-sony-bbeb | fso_type_ebook
ibooks= EBOOK | application/x-ibooks+zip | fso_type_ebook
# Internet document
-ics = INTERNET | text/calendar | fso_type_calendar
-ifb = INTERNET | text/calendar | fso_type_calendar
-eml = INTERNET | message/rfc822 | fso_type_email
-msg = INTERNET | application/vnd.ms-outlook | fso_type_email
-vcf = INTERNET | text/x-vcard | fso_type_contact
-vcs = INTERNET | text/x-vcalendar | fso_type_calendar
-
-# CdImage
-dmg = CDIMAGE | application/octet-stream | fso_type_cdimage
-cue = CDIMAGE | application/octet-stream | fso_type_cdimage
-img = CDIMAGE | application/octet-stream | fso_type_cdimage
-iso = CDIMAGE | application/octet-stream | fso_type_cdimage
-msd = CDIMAGE | application/octet-stream | fso_type_cdimage
-nrg = CDIMAGE | application/octet-stream | fso_type_cdimage
-uif = CDIMAGE | application/octet-stream | fso_type_cdimage
+ics = MAIL | text/calendar | fso_type_calendar
+ifb = MAIL | text/calendar | fso_type_calendar
+eml = MAIL | message/rfc822 | fso_type_email
+msg = MAIL | application/vnd.ms-outlook | fso_type_email
+vcf = MAIL | text/x-vcard | fso_type_contact
+vcs = MAIL | text/x-vcalendar | fso_type_calendar
# Compress
ace = COMPRESS | application/x-ace-compressed | fso_type_compress