Reputation: 4800
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
Reputation: 11
Its on bottom of left bar, in App Content / Sensitive Permission adn APIs
Upvotes: 1