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
... and automatically mark them as done, canceling the reminder for them.
Problem: using https://developers.google.com/android/reference/com/google/android/gms/fitness/SessionsApi.html#registerForSessions(com.google.android.gms.common.api.GoogleApiClient,%20android.app.PendingIntent) allows only listening for sessions that got explicitely started, not for sessions inserted after the fact (like quickfit itself does it). Also, stuff like walking around as collected by the Google Fit app itself from sensor data does not get consolidated into a session.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
... and automatically mark them as done, canceling the reminder for them.
Problem: using https://developers.google.com/android/reference/com/google/android/gms/fitness/SessionsApi.html#registerForSessions(com.google.android.gms.common.api.GoogleApiClient,%20android.app.PendingIntent) allows only listening for sessions that got explicitely started, not for sessions inserted after the fact (like quickfit itself does it). Also, stuff like walking around as collected by the Google Fit app itself from sensor data does not get consolidated into a session.
The text was updated successfully, but these errors were encountered: