Proplem in app permission

I have a problem with the permission type to write the internal storage although I ask for this permission but when I request it it gives me this notification as in the picture

and there is my blocks

When i chose an image to crope and save it in a storage the app gives me this alert like in the first photo so i want help please.

None of the components and extensions used declare WRITE permission in the Manifest. Therefore this permission cannot be requested.
Note: Permissions must be declared in the Manifest in order to be requested.

Add the File component. This declares WRITE permission in the Manifest.

Do you mean to creat file and save cropped images inside it

As I said add the File component (as a dummy) to your project (only to add WRITE permission to the Manifest) and try again.

Thank you very much it works​:ok_hand:

android.permission.WRITE_EXTERNAL_STORAGE