I have been running into all sorts of odd behavior with Android as of late, upgraded to the most current versions of every module but things seems to not be working properly ( they worked fine before but now seem to fail) Anyhow, while I’m trying todebug these things I noticed that I’m getting an odd error while trying to remove files
The basic flow is, when exiting, we do a clean up of downloaded resources using file.remove(file)
However it looks like its giving this error
Requested unknown permission: android.permission.WRITE_EXTERNAL_STORAGE
and I see this as well
02-16 10:27:56.908 21604 21604 D Forge : Returned: {“content”:{“message”:“Permission denied”,“type”:“EXPECTED_FAILURE”,“subtype”:null},“callid”:“402ABC92-EB34-4E43-90A4-DE741BC8F77B”,“status”:“error”}
I have the permissions module setup to request this to write the files ( this seems to work) but it looks like it will not allow me to ‘remove’ them.