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.54k stars 1.73k forks source link

Android: Fix ImageDemo Permissions #1361

Closed MajorMurphy closed 7 months ago

MajorMurphy commented 7 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

MajorMurphy commented 7 months ago

Accidentally created request for main branch. Closing to recreate for develop branch.