- SDK Version: 45
- Platforms(Android/iOS/web/all): Android
I have received a warning from the google playstore, saying that I have a few days to remove the REQUEST_INSTALL_PACKAGES permission from my app’s manifest or justify its use or they will take my app down from the store.
I do not need this permission, as it was added automatically. However, I cannot update my app on the playstore until I have justified why I need this permission.
It’s an infinite loop and I am not sure how to solve it. Is there a way to remove a permission from the manifest without having to upload a new apk to the play store?