You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When syncing data from Google Fit to Health Connect, my app retrieves step data using getHealthDataFromTypes(). However, all step data has RecordingMethod of metadata is 0, even though manually entered data exists in Google Fit. This makes it impossible to differentiate between manually entered and recorded step data.
Expected Behavior
When data is manually entered, RecordingMethod should return a specific value (e.g., MANUAL).
When data is recorded via a wearable device or app, RecordingMethod should correctly indicate the source (e.g., AUTOMATIC).
Steps to Reproduce
Open Google Fit.
Input step data.
Sync data from Google Fit to Health Connect.
Device
Android
Operating System
Android 14
Evidence
The text was updated successfully, but these errors were encountered:
nghiaptx-2124
changed the title
#14 Health Connect does not differentiate between manual and recorded data
# ISSUE Health Connect does not differentiate between manual and recorded data
Feb 6, 2025
nghiaptx-2124
changed the title
# ISSUE Health Connect does not differentiate between manual and recorded data
Health Connect does not differentiate between manual and recorded data
Feb 6, 2025
Hi @nghiaptx-2124 , I cannot reproduce this issue with latest version 2025.01.16.00.arm64-v8a.release of Google Fit. The recordingMethod of record manually inserted shows RECORDING_METHOD_MANUAL_ENTRY = 3.
Please update the app and let me know if the issue still occur.
Issue Description
When syncing data from Google Fit to Health Connect, my app retrieves step data using getHealthDataFromTypes(). However, all step data has RecordingMethod of metadata is 0, even though manually entered data exists in Google Fit. This makes it impossible to differentiate between manually entered and recorded step data.
Expected Behavior
When data is manually entered, RecordingMethod should return a specific value (e.g., MANUAL).
When data is recorded via a wearable device or app, RecordingMethod should correctly indicate the source (e.g., AUTOMATIC).
Steps to Reproduce
Device
Android
Operating System
Android 14
Evidence
The text was updated successfully, but these errors were encountered: