juce-framework / JUCE

JUCE is an open-source cross-platform C++ application framework for desktop and mobile applications, including VST, VST3, AU, AUv3, LV2 and AAX audio plug-ins.
https://juce.com
Other
6.3k stars 1.67k forks source link

Android: Fix ImageDemo Permissions #1362

Closed MajorMurphy closed 3 months ago

MajorMurphy commented 4 months ago

Problem:

ImageDemo failed to load image files on Android upon clean installation of DemoRunner.

Fix:

This pull request fixes this issue by checking for permissions prior to attempting to read image files.
It also corrects a comment typo.

Tested:

Android API: 34

reuk commented 3 months ago

Thanks for reporting, this has been resolved here: https://github.com/juce-framework/JUCE/commit/c2398791bea09ec3874574e44ec5cedd776a2ff5