Hello,
The Image editor component is asking for WRITE_EXTERNAL_STORAGE
permission (thereby getting denied by Android 11+ devices) when I try to call a function.
I see.
I edited the manifest and it works too
I followed this guide :
Replaced line <uses-permission android:maxSdkVersion="29" android:name="android.permission.WRITE_EXTERNAL_STORAGE"/> with <uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE"/>in the manifest.