How to remove permission for flutter app?

Viewed 503

Please update your app so that the feature uses Media Store APIs and remove All Files Access (MANAGE_EXTERNAL_STORAGE) permission.

This is the reason i dont know what can be done in this situation .i am using read and write permission along with MANAGE_EXTERNAL_STORAGE but my app got rejected again and again and i have also mentioned the reason to use this permission to download files.

1 Answers

Because of Android version 12 , you face this issue as Google restrict some policy regarding storage, You must use below package for Storage Framework Access , With this usage your app won't rejected :)

SAF

Related