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:
parent
e30f6e7c0d
commit
4054e25052
5 changed files with 698 additions and 649 deletions
File diff suppressed because it is too large
Load diff
|
|
@ -31,6 +31,9 @@ namespace juce
|
|||
namespace MimeTypeTable
|
||||
{
|
||||
|
||||
/* @internal */
|
||||
void registerCustomMimeTypeForFileExtension (const String& mimeType, const String& fileExtension);
|
||||
|
||||
/* @internal */
|
||||
StringArray getMimeTypesForFileExtension (const String& fileExtension);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue