Andrew Frost
Andrew Frost
Okay thanks for the details .. I'll ask one of the Android guys to look into this. It seems that it _should_ work via the above APIs but for some...
Hi @balaedit Can I check what you're actually trying to do here: is it just to have a location for your application itself to store larger amounts of data, rather...
Interesting.. thanks. We're checking the code because from a quick check, it looked like the 'applicationStorageDirectory' should already have been using the android 'getExternalFilesDir' method. So if that's not the...
Hi The `applicationRemovableStorageDirectory` is an application-specific folder, hence the subfolder structure that's then provided. This is obtained via the Android APIs. To actually write to the root of the SD...
Hi - sorry, we were tracking this more under #1871 .. the ability to save something in "any" folder is only possible if you have the `MANAGE_EXTERNAL_STORAGE` permission, but that's...
Okay thanks - so yes, `MANAGE_EXTERNAL_STORAGE` is something you can request via the descriptor/manifest but I don't believe we have any way to check on it at runtime. But I'm...
That may depend what sort of access they are getting... It shouldn't be possible for their apps to just automatically access any files from internal/external storage; however, it's possible that...
@balaedit so just to check, you are looking to store something in a folder on the SD Card, but in such a way that it's a generic file and not...
Nice project! We'd been looking at reworking media in a fairly large way, which would then make it a lot easier for us (or anyone) to bolt on support for...
Wow... time has really flown by :-( We're about to push out a beta of our new "AIR 50" version which has some new APIs, but the media part of...