Archie
10/05/2020, 2:01 PMACCESS_FINE_LOCATION
and ACCESS_COARSE_LOCATION
count as accessing BACKGROUND_LOCATION
? I have an app which request both of those permissions for Google Maps
and I am receiving warnings about BACKGROUND_LOCATION
after uploading the apk in playstore. I don't used FusedLocationService
in the app as well just the google maps itself so I'm really confused about the warning presented ng Google Play
. Can anyone shed a light on this? Is there something I should be doing?arekolek
10/05/2020, 2:50 PMDoes requesting forit does if you're targeting older API levels btw, not really K related 😛andACCESS_FINE_LOCATION
count as accessingACCESS_COARSE_LOCATION
?BACKGROUND_LOCATION
Archie
10/05/2020, 4:43 PMarekolek
10/06/2020, 11:23 AMarekolek
10/06/2020, 11:24 AMarekolek
10/06/2020, 11:24 AMArchie
10/06/2020, 11:43 AMarekolek
10/06/2020, 11:59 AMarekolek
10/06/2020, 11:59 AMArchie
10/06/2020, 1:59 PM