corona-warn-app / cwa-app-android

Native Android app using the Apple/Google exposure notification API. The CWA development ends on May 31, 2023. You still can warn other users until April 30, 2023. More information:
https://coronawarn.app/en/faq/#ramp_down
Apache License 2.0
2.44k stars 495 forks source link

Is it intended that CWA does not display anything "special" if random-IDs have been deleted by the user in the Google settings? #5559

Closed Ein-Tim closed 2 years ago

Ein-Tim commented 2 years ago

Avoid duplicates

Your Question

I deleted the collected Random-IDs in the Google settings to test something and wondered if it is intended that CWA does not seem to notice this change? The app displayed the same green risk card to me as it did before I deleted the random IDs.

MikeMcC399 commented 2 years ago

@Ein-Tim

This is the way it has always been. There is no indication of what is stored by the Exposure Notifications System. In the past only users with rooted devices could find out manually what data was there.

Ein-Tim commented 2 years ago

@MikeMcC399 But do you know if CWA has some way to tell (from the API answers) that random-IDs have been deleted? I assume not, right?

MikeMcC399 commented 2 years ago

@Ein-Tim

But do you know if CWA has some way to tell (from the API answers) that random-IDs have been deleted? I assume not, right?

The RPIs are hidden.

https://github.com/corona-warn-app/cwa-documentation/blob/main/solution_architecture.md#risk-calculation says:

"The app itself does not have access to the collected exposures, i.e. the Rolling Proximity Identifiers, and neither is it informed if a new one has been collected by the framework."

Logically, the app is also not informed if an RPI has been deleted either.

Ein-Tim commented 2 years ago

@MikeMcC399

I knew that the app can't access RPIs but I thought maybe the API informs the app about the user-initiated removal off data.

Thanks for your answers!