1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-10 23:44:24 +00:00

Android: Added the ability to associate a particular file-extension to a mime-type at runtime

This commit is contained in:
hogliux 2022-11-01 15:44:21 +01:00
parent e30f6e7c0d
commit 4054e25052
5 changed files with 698 additions and 649 deletions

File diff suppressed because it is too large Load diff

View file

@ -31,6 +31,9 @@ namespace juce
namespace MimeTypeTable
{
/* @internal */
void registerCustomMimeTypeForFileExtension (const String& mimeType, const String& fileExtension);
/* @internal */
StringArray getMimeTypesForFileExtension (const String& fileExtension);