Google keeps telling me my app is accessing the location in the background. I'm targeting SDK 29, and I do not have the ACCESS_BACKGROUND_LOCATION
permission. I do have ACCESS_FINE_LOCATION
.
I'm starting to think that maybe an ad network is doing it in the background, but I would like to confirm this by looking at logs. Is there a way to do that?
Edit: The answer below about AppOps
has been very useful however I've submitted an update fixing every issue found that way and I'm still having a problem with the Play Store rejecting the update due to background location. So is there some other way to figure this out? maybe something on older versions of Android?