Image Editor component asking WRITE_EXTERNAL_STORAGE permission

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.

Thank You