Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/abishekvashok/exposure-notifications-android

An android app that uses Google's Exposure Notification API for COVID-19
https://github.com/abishekvashok/exposure-notifications-android

android covid-19 covid-api exposure-notifications

Last synced: 3 months ago
JSON representation

An android app that uses Google's Exposure Notification API for COVID-19

Awesome Lists containing this project

README

        

# Exposure Notifications Android

This project was meant to help countries, health care workers, people, and organisations in their fight against COVID-19. Huge amounts of inspiration
has been derived from the reference design faciliated by Google Open Source: [reference app](https://github.com/google/exposure-notifications-android)
Currently only approved government public health authorities can access the APIs
(included in a rolled out build of `Google Play services`) to build an app for
COVID-19 response efforts.

Read the [Exposure Notifications API Terms of Service](https://google.com/covid19/exposurenotifications)

# Getting Started

This project uses the Gradle build system. To build this code, use the
`gradlew build` command or use `Import Project` in Android Studio.

# About the project

This project was meant to help countries, health care workers, people, and organisations in their fight against COVID-19. To make this app work, you
will need your Government requesting Google permission to use the API. After the permission is obtained, use this app and gain a head start in your effort.
This project just needs minimal modifications(specification of server urls and endpoints) and it is ready for production.

# Exposure Notification Quick Links

- [Overview of COVID-19 Exposure Notifications](https://www.blog.google/documents/66/Overview_of_COVID-19_Contact_Tracing_Using_BLE_1.pdf)
- [Frequently Asked Questions](https://www.blog.google/documents/63/Exposure_Notification_-_FAQ_v1.0.pdf)
- [Exposure Notification Bluetooth Specification](https://www.blog.google/documents/70/Exposure_Notification_-_Bluetooth_Specification_v1.2.2.pdf)
- [Exposure Notification Cryptography Specification](https://www.blog.google/documents/69/Exposure_Notification_-_Cryptography_Specification_v1.2.1.pdf)
- [Android Exposure Notifications API](https://static.googleusercontent.com/media/www.google.com/en//covid19/exposurenotifications/pdfs/Android-Exposure-Notification-API-documentation-v1.3.2.pdf)
- [Exposure Key Export and File Format](https://static.googleusercontent.com/media/www.google.com/en//covid19/exposurenotifications/pdfs/Exposure-Key-File-Format-and-Verification.pdf)

# Support

Drop me a mail at [[email protected]](mailto:[email protected])

# License

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
https://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.