nic-delhi / AarogyaSetu_Android

Aarogya Setu Android app native code
https://www.aarogyasetu.gov.in/
Other
2.89k stars 1.9k forks source link

Use Exposure Notifications API #385

Open dtchanpura opened 4 years ago

dtchanpura commented 4 years ago

Recently for contact tracing, both Google and Apple joined together to create an API which helps contact tracing respecting individual’s Privacy. To avoid using Location we can try to implement this new Exposure Notifications API.

References: Documentation: https://www.google.com/covid19/exposurenotifications/ Sample Implementation: https://github.com/google/exposure-notifications-android

makapao commented 4 years ago

Sadly this app will not be eligible, as it uses location tracking in addition to Bluetooth. It also uses a central server that is the opposite of the decentralised model envisioned by Apple and Google.

RohitY24 commented 4 years ago

It would be awesome if the app could utilize the Exposure notifications, it would allow for system-wide tracking which will be more accurate.

g-savitha commented 4 years ago

Yes, health apps of other countries are already utilising this new feature.