The Canvas component requests WRITE permission for the ASD

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.

1 Like

Yes, I guess this is a issue of concern

More precisely, on Android 10+.

Already in our list for the coming update

2 Likes

Good to hear that @Souvik sir