saving file in internal storage android

前端 未结 2 2060
天命终不由人
天命终不由人 2020-12-01 11:11

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.

<
2条回答
  •  春和景丽
    2020-12-01 11:47

    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.

提交回复
热议问题