API 26+: WRITE_EXTERNAL_STORAGE permission is always denied

前端 未结 2 641
野趣味
野趣味 2020-12-14 02:18

I have switched my app to target API 27 and now it can\'t be granted WRITE_EXTERNAL_STORAGE permission -- grantResult is always -1.

2条回答
  •  春和景丽
    2020-12-14 02:45

    I noticed a space in my permission in manifest, it was and I changed it to and problem solved.

提交回复
热议问题