Status Update
Comments
st...@google.com <st...@google.com> #2
Hello,
I'm only a little familiar with Power Apps. Is your app a mobile app or a web app?
This link
The primary
If your app does not work on Android mobile devices, you can also consider the
bh...@gmail.com <bh...@gmail.com> #3
st...@google.com <st...@google.com> #4
Ah, gotcha. There's no good way of doing this. I think you will either have to:
- Filter the response of
yourself.readRecords
- Perform two
, one with a nullAggregateRequests
dataOriginFilter
, and another with adataOriginFilter
set to your app, and subtract one from the other.
(And yes, another workaround--which does not work, but which I think you were thinking of in your original request--would be to get the list of sources that had contributed data of a particular type, exclude your app, and then pass the remainder as the dataOriginFilter
.)
Can you share your use case? This would help us prioritise figuring out some way to exclude your own data/writes from information returned by Health Connect.
bh...@gmail.com <bh...@gmail.com> #5
bh...@gmail.com <bh...@gmail.com> #6
Can I request to add this type of function to HealthConnect API?
st...@google.com <st...@google.com> #7
Can I request to add this type of function to HealthConnect API?
I've changed the type to feature request.
Can you provide more detail on your use case, so we can better evaluate the priority and see if there are any alternative solutions or workarounds?
Also, did you typo the link in your original bug report? I think you actually want a Health Connect equivalent of
bh...@gmail.com <bh...@gmail.com> #8
yes, I want this type of functionality.
ma...@google.com <ma...@google.com> #9
st...@google.com <st...@google.com> #10
This issue is being tracked internally.
pu...@gmail.com <pu...@gmail.com> #11
st...@google.com <st...@google.com> #12
For step count in particular I would just use the data Health Connect gives you; you should not need to do extra work to de-dupe, clean data, etc.
(Note that users can also select their "priority app" for different data types
st...@google.com <st...@google.com> #13
We're considering addressing this use case by adding a way to query HC that excludes data written yourself.
This doesn't help
Any thoughts/comments?
Description
SDK Version used: androidx.health:health-connect-client:1.0.0-alpha02
Devices/Android versions reproduced on: Android 13 (Google Pixel)
If this is a bug in the library, we would appreciate if you could attach:
- Sample project to trigger the issue.
- A screenrecord or screenshots showing the issue (if UI related).
Hello,
I want to fetch a list of all application sources that are in the HealthConnect app because I want to fetch the total of the FloorClimbed data of the other apps.
Same like below API.