-
Notifications
You must be signed in to change notification settings - Fork 83
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
fix: remove REQUEST_INSTALL_PACKAGES permission. #1
Conversation
remove dangerous permission |
We are having this issue as well, even though the permission has been removed it from the manifest. It seems as if Google is doing a plain text search. Maybe it should be deleted altogether instead of commented out? |
I did remove this commit in my app after they reject my release and submit another one and they still reject the app, |
I'm facing this same problem too. I was using open_file, and changed to this one, cleaned the setup and Google Play is still recusing my app update due to this permission. The curious detail is that I've read the entire merged_manifests, and there is no such permission. Why the hell Google Play still rejecting? |
Same thing here, no matter
or or any fork with no mention in the code about the permission, we're getting it rejected too. |
That's the same thing that happened to us too, and got rejected. |
The appeal seems to resolve it. In my case, I sent an appeal, and they rejected for another reason now (this is very much strange).
My app is with the same subscription area for more than 1 year 😄 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@thebeast1
I've been busy lately that's why I couldn't take a look at your PR
Thanks for noticing the issue and the fix
@thebeast1 @rpekarek-tc @marcellocamara @RafaRuiz |
Changed jcenter to mavenCentral
I comment the function than request the REQUEST_INSTALL_PACKAGES permission because when i was trying to deploy on google paly, my app was rejected because of this permission.