We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
This is working great bellow Android 8.0 but on or above 8.0 it is not receiving any Broadcast. I think it might be issue of Background Execution Limits in Android Oreo. https://developer.android.com/about/versions/oreo/background.html#broadcasts
Logs: I/LocationService: Connected to GoogleApiClient D/Info:: send broadcast location dataLocation D/Info:: send broadcast location dataLocation D/Info:: send broadcast location dataLocation
The text was updated successfully, but these errors were encountered:
Hi, I just got the same problem, any advice on how to solve it? It has been hours since i started trying to find the problem
Sorry, something went wrong.
Here is sample code: https://github.com/googlecodelabs/background-location-updates-android-o
@netodevel Any plans to make this compatible for Android 8 (Oreo) ?
Android 8 (Oreo)
No branches or pull requests
This is working great bellow Android 8.0 but on or above 8.0 it is not receiving any Broadcast.
I think it might be issue of Background Execution Limits in Android Oreo.
https://developer.android.com/about/versions/oreo/background.html#broadcasts
Logs:
I/LocationService: Connected to GoogleApiClient
D/Info:: send broadcast location dataLocation
D/Info:: send broadcast location dataLocation
D/Info:: send broadcast location dataLocation
The text was updated successfully, but these errors were encountered: