Camera - permissons on Android 10+ / bug

The Camera component saves the picture in the ASD for devices with Android > 9. This doesn’t require WRITE permission, which by the way is no longer available under Android 11 (10+).

But the (wrong) logic of the Camera component requests storage permission incorrectly.

So you have to grant this permission (also on devices with Android 10+, which of course should not be the case):

grafik

See also here:

3 Likes

The issue should have been fixed in 2.4 Patch, can you check and confirm?

1 Like

Ok, I’ll check this tomorrow.

Done, checked … works.

2 Likes