datastorage is inside data/data/packagename/
scope storage are located at Android/data/packagename/
datastorage is inside data/data/packagename/
scope storage are located at Android/data/packagename/
Regards,
Fernando Vivolo
... new things are coming ...
What do I put in this context to create a folder, with m being the folder?
To make a new folder in public scope storage, I use the file object, directory actions, create a directory?
what do I put in >Type Name (Pictures, Movies, Documents, DCIM, Downloads, Music, etc.)< to dictate MY public scope storage?
PublicStorageDirectory$( "Android object", >Type Name (Pictures, Movies, Documents, DCIM, Downloads, Music, etc.)< ) + "/" + "m"
When making a folder and manipulating files with publicscopestorage, will this do the same actions with locations in android 11 as on a device running android 10?
In effect, implementing publicscopestorage will be backwards compatible for file locations in 10 and down?
for instance doing:
with my package name being "com.m.n"
I do not see the folder android/data/com.m.n
using file object to create directory
PublicStorageDirectory$( "Android object", "com.m.n" ) + "/" + "m"
there is no android/data/com.m.n
How do I target publicscopestorage using android object?
if it is using publicstoragedirectory$ what do I put for
>Type Name (Pictures, Movies, Documents, DCIM, Downloads, Music, etc.)< to dictate MY public scope storage?
using
PublicStorageDirectory$( "Android object", "pictures" ) + "/" + "m.jpg"
places the photo under /storage/emulated/0/pictures/
when I need the picture to go to:
android/data/com.m.n/m.jpg
are you using latest beta that have public scope storage
Regards,
Fernando Vivolo
... new things are coming ...
I have clickteam fusion 2.5 developer + android on steam. Under steam clickteam fusion properties "betas" it says "none". Under clickteam community passport "beta versions" it says "no downloads found".
I am on version 2.5 (build r293.1).
I do not see any beta updates in the software.
How do I update to beta?
You need to enter code for beta access. You can find code here: https://steamcommunity.com/app/24817...5877224218221/
I updated to beta.
I am getting app crash on both datastorage and publicscope storage file copy using this beta.
Using the previous software (r.293.1), data storage works successfully.
attached is an mfa tested on both r.293 and newest beta.
THANK YOU for your response and attention. I am grateful for the work you do.
I noticed in the mfa posted that I did not target android 11, so I then tested and changed properties to:
target android 11
I removed permissions:
write external storage
I am still having app crash on file load pressed. So no change.