Hi!... I would like to know if it is possible to create a directory from code in the Android internal storage (/storage/emulated/0) or if I need to activate some permission when exporting the app to Android?
I can read files from the internal storage but it doesn't let me create directories, I get ERRCANTCREATE = 20 --- Can't create error.
I only have readexternalstorage and writeexternalstorage permissions enabled.
Any idea? Thanks.