I get "Update Rejected" in Google Play console, stating that I need either remove REQUEST_INSTALL_PACKAGES permission or provide policy declaration for it.
The thing is, I do not have this permissions nor in main, nor in merged AndroidManifest.xml!
I specifically removed years ago it with tools:node="remove"
.
I do, however use package manager to retrieve the package info of one app - my other game, for that I have a queries
entry in AndroidManifest.xml like this:
<queries>
<package android:name="com.package.of.my.other.game" />
</queries>
Can I be getting this scary REQUEST_INSTALL_PACKAGES update rejection because of the queries tag?
If so, is there any other way to check if my other app is installed? (both apps are even signed with the same key if it matters).
I also had this for ages now, but suddenly after an app play store icon update (no new apk uploads) Google Play rejected the update with this weird reasoning.