Ausnahme gefangen: SSL certificate problem: certificate is not yet valid ๐Ÿ“Œ Introducing Health Connect, a new API for Android app developers to securely access user health data

๐Ÿ  Team IT Security News

TSecurity.de ist eine Online-Plattform, die sich auf die Bereitstellung von Informationen,alle 15 Minuten neuste Nachrichten, Bildungsressourcen und Dienstleistungen rund um das Thema IT-Sicherheit spezialisiert hat.
Ob es sich um aktuelle Nachrichten, Fachartikel, Blogbeitrรคge, Webinare, Tutorials, oder Tipps & Tricks handelt, TSecurity.de bietet seinen Nutzern einen umfassenden รœberblick รผber die wichtigsten Aspekte der IT-Sicherheit in einer sich stรคndig verรคndernden digitalen Welt.

16.12.2023 - TIP: Wer den Cookie Consent Banner akzeptiert, kann z.B. von Englisch nach Deutsch รผbersetzen, erst Englisch auswรคhlen dann wieder Deutsch!

Google Android Playstore Download Button fรผr Team IT Security



๐Ÿ“š Introducing Health Connect, a new API for Android app developers to securely access user health data


๐Ÿ’ก Newskategorie: Android Tipps
๐Ÿ”— Quelle: android-developers.googleblog.com

Posted by Chris Wilk, Product Manager

Android Jetpack with heart beat for healthย 

From helping you log your meals with MyFitnessPal to getting a holistic view of your health with Withings, apps and devices are a source for many kinds of useful health and fitness data. As Android developers, connecting and sharing this data between apps can help you provide more meaningful experiences and insights for your users. However, much of this information is spread across multiple experiences and different devices, making it difficult to bring together. Moreover, there are no centralized privacy controls for Android users.


Introducing Health Connect

This is why weโ€™ve created Health Connect, a platform and API for Android app developers. With user permission, developers can use a single set of APIs to securely access and share health and fitness data across Android devices.

We're building this new unified platform in collaboration with Samsung to simplify connectivity between apps. We appreciate Samsungโ€™s collaboration as we roll out Health Connect to foster richer app experiences while also providing centralized privacy controls for users.

We've been working with developers including MyFitnessPal, Leap Fitness and Withings as part of an early access program. In addition, Samsung Health, Google Fit and Fitbit are adopting Health Connect. Starting today, all developers can get access to Health Connect's common set of APIs for Android via Android Jetpack.

Health Connect fits in with Googleโ€™s wider efforts to help billions of people be healthier, using our platforms and technology to connect and bring more meaning to health information.


How does Health Connect work?

How Health Connect Works

How Health Connect Works

Health Connect supports many common health and fitness data types and categories, including: activity, sleep, nutrition, body measurements and vitals like heart rate and blood pressure.

With user permission, developers can securely read from and write data to Health Connect, using standardized schema and API behavior. Users will have full control over their privacy settings, with granular controls to see which apps are requesting access to data at any given time. The data in Health Connect is all on-device and encrypted. Users will have the ability to shut off access or delete data they donโ€™t want on their device, and the option to prioritize one data source over another when using multiple apps.

Getting started

Itโ€™s easy to get started with Health Connect. Health Connectโ€™s single set of APIs makes it simple to manage permissions and read and write data. Hereโ€™s an example of how you can request permissions and then write some data.

First, build a set of the permissions you plan to request read or write access to. In this example we are reading and writing steps and heart rate.

private val permissions =
  setOf(
    Permission.createReadPermission(Steps::class),
    Permission.createWritePermission(Steps::class),
    Permission.createReadPermission(HeartRate::class),
    Permission.createWritePermission(HeartRate::class),
  )

// then, create a permissions request for this set of permissions

Then, launch the permissions request, which will bring the user to the Health Connect permissions UI to grant permissions.

Once the user grants permission, you are ready to read and write data. Hereโ€™s an example of how to write steps data over a period of time. Include the total number of steps, start and end time, and timezone information, and then insert the data into Health Connect.

private suspend fun writeSomeData(client: HealthConnectClient) {
    val records = mutableListOf<Record>()

    records.add(
      Steps(
        count = 888,
        startTime = START_TIME,
        endTime = END_TIME,
        startZoneOffset = null,
        endZoneOffset = null,
      )
    )
    // add additional records as needed
}

Learn more

Health Connect is now available to developers:

...



๐Ÿ“Œ Introducing Health Connect, a new API for Android app developers to securely access user health data


๐Ÿ“ˆ 85.25 Punkte

๐Ÿ“Œ Introducing new APIs for health and fitness in Health Connect by Android


๐Ÿ“ˆ 38.31 Punkte

๐Ÿ“Œ AWS: Overview of AWS Direct Connect, Connect Location, Connect Endpoint and Connect Gateway


๐Ÿ“ˆ 32.59 Punkte

๐Ÿ“Œ Withings reduces 50% of its data sync code by streamlining health and fitness API integrations with Health Connect


๐Ÿ“ˆ 32.24 Punkte

๐Ÿ“Œ Securely transferring a file, then securely deleting this file


๐Ÿ“ˆ 30.82 Punkte

๐Ÿ“Œ TIBCO FTP Community Edition up to 6.5.0 on Windows Server/C API/Golang API/Java API/.Net API access control


๐Ÿ“ˆ 29.81 Punkte

๐Ÿ“Œ WebUSB API โ€” Connect Your USB Devices Securely to the Internet


๐Ÿ“ˆ 29.81 Punkte

๐Ÿ“Œ WebUSB API โ€” Connect Your USB Devices Securely to the Internet


๐Ÿ“ˆ 29.81 Punkte

๐Ÿ“Œ Signos streamlines integrations with other health and fitness apps through a single Health Connect API


๐Ÿ“ˆ 28.89 Punkte

๐Ÿ“Œ Introducing Open Health Stack | The Check Up โ€˜23 | Google Health


๐Ÿ“ˆ 24.72 Punkte

๐Ÿ“Œ Google Play Referrer API: Track and measure your app installs easily and securely


๐Ÿ“ˆ 24.71 Punkte

๐Ÿ“Œ Introducing Paw, an HTTP client and API tool for developers


๐Ÿ“ˆ 24.71 Punkte

๐Ÿ“Œ Securely Hosting User Data in Modern Web Applications


๐Ÿ“ˆ 24.56 Punkte

๐Ÿ“Œ Using VM's to securely access sensitive data


๐Ÿ“ˆ 23.59 Punkte

๐Ÿ“Œ How to securely connect to a Wi-Fi network with Kaspersky Internet Security 2018


๐Ÿ“ˆ 23.56 Punkte

๐Ÿ“Œ How to securely connect to a Wi-Fi network with Kaspersky Internet Security 19


๐Ÿ“ˆ 23.56 Punkte

๐Ÿ“Œ How to securely connect to a Wi-Fi network with Kaspersky Internet Security 20


๐Ÿ“ˆ 23.56 Punkte

๐Ÿ“Œ How to use Azure Bastion to connect securely to your Azure VMs | Azure Friday


๐Ÿ“ˆ 23.56 Punkte

๐Ÿ“Œ Tech Companies Partner to Securely Connect IoT to Cloud


๐Ÿ“ˆ 23.56 Punkte

๐Ÿ“Œ Working from home? Securely connect for free.


๐Ÿ“ˆ 23.56 Punkte

๐Ÿ“Œ Working from home? Securely connect for free.


๐Ÿ“ˆ 23.56 Punkte

๐Ÿ“Œ Hackers Steal Mimecast Certificate Used to Securely Connect with Microsoft 365


๐Ÿ“ˆ 23.56 Punkte

๐Ÿ“Œ Push past zero trust barriers to securely connect the distributed workforce


๐Ÿ“ˆ 23.56 Punkte

๐Ÿ“Œ drago - Securely connect devices with WireGuard and manage all your networks from a single place.


๐Ÿ“ˆ 23.56 Punkte

๐Ÿ“Œ Tanium Partners With ScreenMeet to Enable Employees to Securely Connect to Their Remote Desktops


๐Ÿ“ˆ 23.56 Punkte

๐Ÿ“Œ How to Securely Connect Synapse Pipelines to Azure Functions


๐Ÿ“ˆ 23.56 Punkte

๐Ÿ“Œ How to Securely Connect to a Database from a Local Environment Using AWS Session Manager


๐Ÿ“ˆ 23.56 Punkte

๐Ÿ“Œ Twitter Notifies Developers About API Bug That Shared DMs With Wrong Developers


๐Ÿ“ˆ 22.73 Punkte

๐Ÿ“Œ Why Forego Health: WFH Securely through the Cloud


๐Ÿ“ˆ 22.66 Punkte

๐Ÿ“Œ Creating helpful fitness experiences with Health Services and Health Connect


๐Ÿ“ˆ 22.64 Punkte

๐Ÿ“Œ Leading Health and Fitness Apps Roll Out Health Connect Integrations


๐Ÿ“ˆ 22.64 Punkte

๐Ÿ“Œ Health Connect brings together Peloton, ลŒURA, and Lifesum for deeper health and fitness insights


๐Ÿ“ˆ 22.64 Punkte











matomo