-
Notifications
You must be signed in to change notification settings - Fork 42
Removing historical data
Artur Słomowski edited this page Jun 2, 2020
·
4 revisions
User can clear historical data collected by Exposure Notification Framework and the app.
Steps:
- PWA requests deleting all data
- JS Bridge UseCase: OnSetBridgeDataUseCase
- JS Bridge Data Type: OutgoingBridgeDataType.REQUEST_CLEAR_EXPOSURE_NOTIFICATIONS_DATA
- Clear local database
- UseCase: ClearExposureNotificationDataUseCase
- Repository function: ExposureRepository.nukeDb()
- Repository implementation: ExposureRepositoryImpl.nukeDb()
- Redirect user to Exposure Notification Framework settings page, where they can clear data collected by Exposure Notification Framework
- View function: HomeFragment.requestClearData()
Android Documentation
- README
- Controlling exposure notification
- Receiving exposures documentation
- JavaScript bridge documentation
- Providing diagnosis keys
- Downloading diagnosis keys
- Removing historical data
- Reporting risk level
- Temporary exposure keys upload
About ProteGo
- Introduction
- SARS-CoV-2 infection risk groups
- Anonymity and security
- Further principles
- Version 2.0 functionalities scope
- Version 3.0 functionalities scope
- Version 4.0 functionalities scope
- ProteGO Safe and it’s documentation is licensed under
- Dictionary
Contributing
- How to contribute
- Code of conduct
- Feature request template
- Pull request template
- Issue template
- Security
- Support
- Contributors
- License
ProteGo Repositories