Google Recently Deleted my app because of new rules for location privacy.
I am using Mapbox library for maps and I have ACCESS_FINE_LOCATION
permission, When I Upload new generated app to google play it says my app use background location and force me to the privacy tab for more information,
i dont have any BACKGROUND_LOCATION
permission and doesn't use this feature , and all of my usages is for selecting user current location via map.
Still, google says I use background location. BTW : use this code to remove permission even it does not exists :
<uses-permission android:name="android.permission.ACCESS_BACKGROUND_LOCATION" tools:node="remove" />
and still having problems. what should I do? I don't need background location permission and don't use it.