exposure-notifications-android
exposure-notifications-android copied to clipboard
"Same day" tek upload in example app
When a user uploads their keys the getTemporaryExposureKeyHistory () is called which will return as per documentation:
The keys provided here will only be from previous days; keys will not be released until after they are no longer an active exposure key.
Will the app simply ignore keys from the same day or is an upload scheduled after the period until keys from current day are released?