You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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".
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.
The text was updated successfully, but these errors were encountered: