Any idea what could be causing NoFileSpecified error?
7.0
Xperia Z5
Didnt change any code, added file read & write permissions to another app that is using the saver and I still get an "NoFileSpecifiedError".
I changed the APPID.
This is how my permissions look like on the developer's console http://i.imgur.com/vURocmV.png
Turns out 7.0 doesnt allow file:// URIs. So I changed to content:// , so it looks like this now:
content://david.projectclouds.MainActivity/file/diabetix/Temp.xml
Still same problem. Using FileProvider.