I have an application that had some unnecessary permissions added to the Android Manifest file due to which the first version of the app has those permissions declared and that is background location access permission. When I rolled that to production, my app got rejected saying that I do not have declared prominent disclosure. I added that and submitted the app but then they started to say that the app has no usage of background permission access. I removed the permissions and then submitted them again but still, the issue remains the same and they are not accepting the application. In my newer versions, the background permission is not there but the google play support team says that maybe an older version is still getting that permission due to which the app cannot be submitted.
On the play console under the Release section, I cannot remove/deactivate/suspend the first version that has those permissions. How to do this the right way in 2022? There are some answers from previous years but they don't work now may be because the console dashboard has changed a lot and google policies also