Closed micHar closed 6 years ago
Actually nevermind, I checked requesting them one by one and it still did not work, so I checked stackoverflow and it appears it's an issue from outside of the scope of your library: https://stackoverflow.com/questions/48172519/oreo-write-external-storage-permission.
Thanks for a great lib btw :)
Consider following code:
It will show the permission dialog once and when I click Allow it will return
granted=true
forREAD_EXTERNAL_STORAGE
, butgranted=false
forWRITE_EXTERNAL_STORAGE
. Works the same way when I callrequest(...)