Yes, this is another bug. → @ewpatton
cameraSdk30.aia (1.7 KB)
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.
But as a work-around, the problem can be bypassed if → DefaultFileScope is set to Legacy in the Designer:
Through this
READ and WRITE are declared in the Manifest for all Android versions. WRITE permission for Android 11 actually makes no sense, however, because as I said, it is no longer available under Android 11. But the (wrong) logic of the Camera component requests this permission incorrectly.
So you have to grant this permission (also on devices with Android 10+, which of course should not be the case):

