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

AndroidDocument: Support file access to shared storage locations on Android 30+

This commit is contained in:
reuk 2022-05-11 20:07:57 +01:00
parent f7def289c5
commit 6e7a2c3225
No known key found for this signature in database
GPG key ID: 9ADCD339CFC98A11
13 changed files with 1914 additions and 108 deletions

View file

@ -310,9 +310,9 @@ namespace juce
#include "native/juce_linux_FileChooser.cpp"
#elif JUCE_ANDROID
#include "juce_core/files/juce_common_MimeTypes.h"
#include "native/accessibility/juce_android_Accessibility.cpp"
#include "native/juce_android_Windowing.cpp"
#include "native/juce_common_MimeTypes.cpp"
#include "native/juce_android_FileChooser.cpp"
#if JUCE_CONTENT_SHARING