The Canvas component requests incorrectly WRITE
permission for the ASD
.
This is a bug on all Android versions ≥ 4.4 (KitKat, API 19). @Souvik
Note: If I use this path:
/test/image.jpg
the image is stored in the ASD on Android 11+. In case I use this path on Android < 10 it is not stored in the ASD but in/storage/emulated/0/test/image.jpg
if that folder already exists or was created before.This is surprising (and confusing to most). There should at least be a hint about it.