Reputation: 61
When I want to update an application, I get this warning from google play. I have attached my AndroidManifest.xml
file and my pubspec.yaml
file.
I researched this error and found out that the open_file library uses this permission automatically. Even though I deleted this library, I still get this warning in the play console when I send an update.
Upvotes: 3
Views: 3281
Reputation: 161
If you have a pubsec.yaml file containing the open_file package, you may receive such a reject message from the Google Play Store.
You can use the open_file_safe package instead.
Upvotes: 4