mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 610785 - Can't open downloaded .apk file. r=bz a=blocking-fennec
This commit is contained in:
parent
d9b7414755
commit
49bdbdccbc
@ -567,6 +567,9 @@ static nsExtraMimeTypeEntry extraMimeEntries [] =
|
||||
{ APPLICATION_XPINSTALL, "xpi", "XPInstall Install" },
|
||||
{ APPLICATION_POSTSCRIPT, "ps,eps,ai", "Postscript File" },
|
||||
{ APPLICATION_XJAVASCRIPT, "js", "Javascript Source File" },
|
||||
#ifdef ANDROID
|
||||
{ "application/vnd.android.package-archive", "apk", "Android Package" },
|
||||
#endif
|
||||
{ IMAGE_ART, "art", "ART Image" },
|
||||
{ IMAGE_BMP, "bmp", "BMP Image" },
|
||||
{ IMAGE_GIF, "gif", "GIF Image" },
|
||||
|
Loading…
Reference in New Issue
Block a user