Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Notes for Android Q #316

Open
chrisfoulds opened this issue Nov 12, 2019 · 0 comments
Open

Notes for Android Q #316

chrisfoulds opened this issue Nov 12, 2019 · 0 comments

Comments

@chrisfoulds
Copy link

Not a bug, but an information piece that probably needs to go in the docs.
On Android Q the way apps requesting location updates when not in the foreground has changed and without making changes even if you are using a foreground service your app will ask to monitor location updates always, which users will reject as you have no good reason to do so.
It's all listed here : https://developer.android.com/about/versions/10/privacy/changes

But basically it is switch to using SDK29 as target and update your service such as this.
Foreground services in Q+ require type

Note the foregroundservicetype is the change.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant