Hi everyone!
What are the folders in Android where I can write without permissions?
For example, if I want to save a settings file, where do I save it?
I tried with “SpecialFolder.Resources” but the app hangs and no longer responds.
The line:
Var f As FolderItem = SpecialFolder.Resources.Child("data.txt")
I don’t do anything else at the moment. I don’t read, I don’t write, nothing. Only this line and the app no longer responds.
Any help?
Thanks,
Gabriel
7 posts - 5 participants