I don’t know what to do to save file privately or encryptedly, I mean the file which should be only accessible to my app but available in storage also, Is this possible? And if I want to edit that file with the app, like change the whole text to something else, is this possible? And will this be visible to my storage of phone also?
I tried for public which was giving me error 2103 and checked different topics on kodular but I don’t find the one for me, then decided to post here to learn for private.
safe means will not get deleted?
yes, just use Legacy and the file will be stored in shared storage accessible for all apps
next time if you reinstall the app and want to read the file again, you will need SAF, see also Some basics on Android storage system
I selected shared on it and it was saving file with the text in shared but when tried to retrieve it using the file name, it was not getting retrieve. Will legacy be visible or editable by other apps also?
It would really help if you provided a screenshot of your relevant blocks, so we can see what you are trying to do, and where the problem may be.
To get an image of your blocks, right click in the Blocks Editor and select “Download Blocks as Image”. You might want to use an image editor to crop etc. if required. Then post it here in the community.
Did you ask for permission?
Which Android version are you using for your tests?
It would really help if you provided a screenshot your relevant blocks, so we can see what you are trying to do, and where the problem may be.
To get an image of your blocks, right click in the Blocks Editor and select “Download Blocks as Image”. You might want to use an image editor to crop etc. if required. Then post it here in the community.