aboutsummaryrefslogtreecommitdiffstats
path: root/res/raw
diff options
context:
space:
mode:
authorjruesga <jorge@ruesga.com>2012-09-30 16:09:24 +0200
committerjruesga <jorge@ruesga.com>2012-09-30 16:09:24 +0200
commit8b8a35ff075858453818f91ad375a417c5b20acf (patch)
tree58d126305c89ac21fe67398c19661594a2476083 /res/raw
parentacd5df9ce649492723e36d96fd9dfbc0fa3da67e (diff)
downloadandroid_packages_apps_CMFileManager-8b8a35ff075858453818f91ad375a417c5b20acf.tar.gz
android_packages_apps_CMFileManager-8b8a35ff075858453818f91ad375a417c5b20acf.tar.bz2
android_packages_apps_CMFileManager-8b8a35ff075858453818f91ad375a417c5b20acf.zip
More mime/types and drawables
Diffstat (limited to 'res/raw')
-rw-r--r--res/raw/mime_types.properties36
1 files changed, 35 insertions, 1 deletions
diff --git a/res/raw/mime_types.properties b/res/raw/mime_types.properties
index b0d44a55..c59c2659 100644
--- a/res/raw/mime_types.properties
+++ b/res/raw/mime_types.properties
@@ -24,9 +24,10 @@
# Binary
a = BINARY | application/octet-stream | fso_type_binary
bin = BINARY | application/octet-stream | fso_type_binary
-dump = BINARY | application/octet-stream | fso_type_binary
class = BINARY | application/java-vm | fso_type_binary
com = BINARY | application/x-msdownload | fso_type_binary
+dex = BINARY | application/octet-stream | fso_type_binary
+dump = BINARY | application/octet-stream | fso_type_binary
exe = BINARY | application/x-msdownload | fso_type_binary
dat = BINARY | application/octet-stream | fso_type_binary
dll = BINARY | application/x-msdownload | fso_type_binary
@@ -108,6 +109,25 @@ rtf = DOCUMENT | application/rtf
xls = DOCUMENT | application/vnd.ms-excel | fso_type_spreadsheet
xlsx = DOCUMENT | application/vnd.openxmlformats-officedocument.spreadsheetml.sheet | fso_type_spreadsheet
+# e-Book
+azw = EBOOK | application/octet-stream | fso_type_ebook
+djv = EBOOK | image/x-djvu | fso_type_ebook
+djvu = EBOOK | image/vnd.djvu | fso_type_ebook
+epub = EBOOK | application/epub+zip | fso_type_ebook
+kf8 = EBOOK | application/octet-stream | fso_type_ebook
+lit = EBOOK | application/x-ms-reader | fso_type_ebook
+lrf = EBOOK | application/x-sony-bbeb | fso_type_ebook
+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
@@ -144,6 +164,12 @@ db = DATABASE | application/octet-stream | fso_type_database
db3 = DATABASE | application/octet-stream | fso_type_database
mdb = DATABASE | application/octet-stream | fso_type_database
+# Font
+otf = FONT | application/x-font-otf | fso_type_font
+ttf = FONT | application/x-font-ttf | fso_type_font
+gsf = FONT | application/x-font-ghostscript | fso_type_font
+psf = FONT | application/x-font-linux-psf | fso_type_font
+
# Image
bmp = IMAGE | image/bmp | fso_type_image
cgm = IMAGE | image/cgm | fso_type_image
@@ -290,3 +316,11 @@ pki = SECURITY | application/pkixcmp | fso_type_security
pgp = SECURITY | application/pgp-encrypted | fso_type_security
sig = SECURITY | application/pgp-signature | fso_type_security
spc = SECURITY | application/x-pkcs7-certificates | fso_type_security
+
+# Application
+apk = APP | application/vnd.android.package-archive | fso_type_app
+pkg = APP | application/octet-stream | fso_type_app
+deb = APP | application/x-debian-package | fso_type_app
+udeb = APP | application/x-debian-package | fso_type_app
+msi = APP | application/x-msdownload | fso_type_app
+rpm = APP | application/x-rpm | fso_type_app