Pete Alvin
Pete Alvin

Reputation: 4800

"Your background location permission declaration needs to be updated" YET Play Console says "Your app doesn't require sensitive permissions"

After uploading my first Flutter release app bundle I get this error:

Your background location permission declaration needs to be updated.

and other answers say to "fill out declaration of location permission." I couldn't find it, so I searched for "permissions declaration" on Google Play Console and THAT screen tells me this:

Your app doesn't request sensitive permissions, so you don't need to do anything here

Obviously something is not being set/configured or something is inconsistent.

These are my permissions:

Required permissions (7) android.permission.ACCESS_BACKGROUND_LOCATION, android.permission.ACCESS_COARSE_LOCATION, android.permission.ACCESS_FINE_LOCATION, android.permission.ACCESS_NETWORK_STATE, android.permission.FOREGROUND_SERVICE, android.permission.INTERNET, android.permission.WAKE_LOCK

Upvotes: 1

Views: 1020

Answers (1)

Tayfun Kaya
Tayfun Kaya

Reputation: 11

enter image description here

Its on bottom of left bar, in App Content / Sensitive Permission adn APIs

Upvotes: 1

Related Questions