diff options
author | Normal Ra <NormalRa@users.noreply.github.com> | 2014-06-28 00:13:15 +0200 |
---|---|---|
committer | Normal Ra <NormalRa@users.noreply.github.com> | 2014-06-28 00:13:15 +0200 |
commit | 42edd5b788dd98da02e3c14751a40cc44b081b4b (patch) | |
tree | 6e51e8bec0456d6011599df3e268837b7f657f2d /lib | |
parent | 75222501ee50672dfdd9d8f51cefea7c8e047616 (diff) | |
download | nextcloud-server-42edd5b788dd98da02e3c14751a40cc44b081b4b.tar.gz nextcloud-server-42edd5b788dd98da02e3c14751a40cc44b081b4b.zip |
Add .apk mimetype.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/private/mimetypes.list.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/private/mimetypes.list.php b/lib/private/mimetypes.list.php index d27e9e6348b..c56bd0af2e3 100644 --- a/lib/private/mimetypes.list.php +++ b/lib/private/mimetypes.list.php @@ -31,6 +31,7 @@ return array( '7z' => array('application/x-7z-compressed', null), 'accdb' => array('application/msaccess', null), 'ai' => array('application/illustrator', null), + 'apk' => array('application/vnd.android.package-archive', null), 'avi' => array('video/x-msvideo', null), 'bash' => array('text/x-shellscript', null), 'blend' => array('application/x-blender', null), |