Issue
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.
src="https://i.stack.imgur.com/i1BCf.jpg" alt="Play console mail" />
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.
Solution
I solved this problem by updating the channels in closed test.
Answered By - safauludogan
Answer Checked By - Katrina (JavaFixing Volunteer)