i\'m new to android, and i\'m having a problem when i\'m trying to save a file into internal storage, the new example works on my sdk, but doesn\'t work on my phone.
I had "Permission denied" issue with Samsung Galaxy S7 even though I had given read and write permissions in manifest file. I solved it by going to phone settings >> application >> [my app] and allowed "Storage" under permission. Worked fine after that.