We’re trying to publish our app to the Google Play Store, but when adding apk version, it tells we’re asking for permissions requiring confidentiality rules, even though we never ask for those, and when installing the .apk directly on my phone, it never asks for any permission.
We have on google play console, a warning because I have this:
Now google is asking to explain why we’re using the background location feature in app but we don’t use background location feature in our app. Any idea how to solve this issue?
In addition, we’ve heard that ensuring you don’t have any binaries with the background location permission in any of the release tracks could be of help here. We’ve yet to confirm this but a user has said that after building a new sdk40 binary and removing old binaries from tracks, they’ve got accepted.