Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Is READ_EXTERNAL_STORAGE permission required for rating? #148

Open
barchinvictor opened this issue Aug 9, 2024 · 2 comments
Open

Is READ_EXTERNAL_STORAGE permission required for rating? #148

barchinvictor opened this issue Aug 9, 2024 · 2 comments
Assignees
Labels
bug Something isn't working

Comments

@barchinvictor
Copy link

Describe the bug
Apps about loans are rejected if they have READ_EXTERNAL_STORAGE permission. Is it possible to remove this permission from the package?

To Reproduce
Flutter app with rate_my_app package.

Screenshots
be1ae70a-2409-4004-a255-2a7c55129784

Smartphone (please complete the following information):

  • Device: Emulator Pixel 7 pro
  • OS: Android
@barchinvictor barchinvictor added the bug Something isn't working label Aug 9, 2024
@Skyost
Copy link
Owner

Skyost commented Aug 9, 2024

We only need WRITE_EXTERNAL_STORAGE (https://github.com/Skyost/RateMyApp/blob/master/android/src/main/AndroidManifest.xml#L8), but it shouldn't be a problem for Google review if you have correctly completed the "App content" section.

@barchinvictor
Copy link
Author

@Skyost Thanks for the answer. But in the manifest the WRITE_EXTERNAL_STORAGE permission is removed, not added? Isn't it? And READ_EXTERNAL_STORAGE is added by the package on the contrary.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants