appdev
appdev

Reputation: 289

How to remove permission for flutter app?

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.

Upvotes: 1

Views: 2124

Answers (1)

Developer
Developer

Reputation: 640

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

Upvotes: 0

Related Questions