This is another bug in Kodular, because the Screenshot component incorrectly requests WRITE
permission for the ASD as well (on Android 11+).
However, in Kodular there is no other way than manually declaring WRITE
permission in the Manifest also for Android 11+. In AI2 this is possible by setting DefaultFileScope = Legacy, which also makes no sense because WRITE
permission no longer exists on Android 11+. (All pointed out dozens of times, including AI2).
PS: I very rarely post anything on Kodular anymore. However, since there is supposed to be a collaboration (a merger) between Kodular and AI2, I’ll point out bugs as a precaution, as I’ve been doing for years on the side.