I have switched my app to target API 27 and now it can\'t be granted WRITE_EXTERNAL_STORAGE permission -- grantResult is always -1.
WRITE_EXTERNAL_STORAGE
grantResult
-1
I noticed a space in my permission in manifest, it was and I changed it to and problem solved.