Hi all. I’m trying to find a common storage area where I can save a file created by an Android activity which then gets picked up by the Cocos code.
I’ve read cocos has access to /data/data/my.package.name/ but android doesn’t as such this gives me a permission denied error, even with the WRITE_EXTERNAL_STORAGE permission applied.
The method getExternalStorage gives /mnt/sdcard. Is this any good for cocos, and if so how can I access that?
Many thanks.