Curious is that just an interface for client apps to build and push the data or there is a native support in the health app in android that’s not exposed yet (at least I don’t have any options to insert these data in the health app).
I thought it was brilliant when I first heard about them measuring coronavirus levels through sewage. Honest question: what's your problem? Why are you mad about that?
Not the person you were responding to but there have been papers published examining the government using drug metabolites in waste water for targeted enforcement in Eastern Europe. In the US, that data is still gathered and hasn't been used for enforcement yet as far as I know, but like every other syrupy bit of data the US government sponges up, it will be used for enforcement eventually.
No municipality that is studying COVID levels in sewage is doing so in any way that could create or maintain a personal poop record. Moreover, using the phrase "sift through" - which is often used when discussing illegal or overbroad searches of personal documents or information - is obviously intended to give your reader a specific idea of how you think about those COVID studies.
Claiming ignorance of the very obvious subtext in your choice of words doesn't make your post come out in a better light. It makes you look like you're trying to avoid engaging in good faith.
And don't forget the VenerealDiseaseDisclosureRecord and SexuallyTransmittedDiseaseTestResultRecord. Unfortunately, they both require a Google and a Facebook login.
This will never be exposed in a data leak. It will never be used in legal proceedings. It will never be used to embarrass politicians. These records will never contain any errors. It is absolutely harmless to share this information with advertisers, data brokers, and government agencies.
Presumably, an app developer needs to save data in this format for android to ever use it. Github - which is not the universal published code repository - only has 178 code instances [0] that create this kind of record, 95 in kotlin and 4 in typescript (others are text, xml, long tail formats).
I would venture that an android app that allows people to self record a sexual experience will use their own format, presumably to capture more of the dimensions available (ex participants, location).
That's kind of a weird API, not indicating a list of partners, not indicating duration, methods, whether climax was achieved (or by whom) or whether the time indicates start or end of event.. it's all around a weird structure, on top of it being a weird topic for an OS to provide API for.
37 comments
[ 3.5 ms ] story [ 99.2 ms ] threadSexualActivityRecord( @NonNull Instant time, ZoneOffset zoneOffset, int protectionUsed, @NonNull Metadata metadata, @NonNull Position String[], @NonNull Satisfied Boolean, @NonNull PartnerCount Integer )
The social media poster who has GOT to get the rolex in frame every time
The anti-cheat professor forging their own results
The bragging sexual conquestor
Isn't it funny how people reveal themselves so easily, @junek
Claiming ignorance of the very obvious subtext in your choice of words doesn't make your post come out in a better light. It makes you look like you're trying to avoid engaging in good faith.
That seems like the sort of thing that this would tie to, seeing as this tracks prophylactic status and nothing else.
I know the returned values are probably the above-defined PROTECTION_* constants, but "not having to guess" is precisely what documentation is for.
<Insert joke about programmers not testing this documentation here.>
/s
https://developer.android.com/reference/androidx/health/conn...
I would venture that an android app that allows people to self record a sexual experience will use their own format, presumably to capture more of the dimensions available (ex participants, location).
[0] https://github.com/search?q=SexualActivityRecord&type=code