Any function that reads from storage works fine.
Instances of different functions that write something - eg changing file path of camera intent, writing to an XML file - all fail. Gracefully - they just haven't actually written anything.
We have WRITE_EXTERNAL_STORAGE
permission.
What are we missing?
Code if needed, but this happens on XML file (append with DOM Parser) as well as images being saved (attempted to be..) other than through camera's default method - so I suspect it's something general.
Thanks.