I have a problem with Google Play policy which is related to background location. My app doesn't use background and foreground locations. App doesn't have <uses-permission android:name="android.permission.ACCESS_BACKGROUND_LOCATION"> in the manifest. I answered in the Google Developer Console what app doesn't use background location. I received e-mail from Google Play with text: "We detected that your app contains at least one feature that requests access to location in the background, however your permission declaration form did not reflect this. Please log in to your Play Console to resubmit your location declaration form. You may either remove location in the background from your app or indicate that the usage is in the background."
I raised a request to a policy team 3 weeks ago but still did not get a reply. I do not know how to determine the exact place where background location is used. I tried to upload apk with <uses-permission android:name="android.permission.ACCESS_BACKGROUND_LOCATION" tools:node="remove" /> permission in the manifest but without success. Also I tried to replace old version of app in the testing channel and distribute app to 100%.