Open the App to see the state at the top; stating 'Exposure Logging Active'.
A permanent Notification that enables to see if the service is still running. See: Android API Notification Builder
The user transparently is aware that the app is running and tracking. If it may crash or the service gets killed somehow, it will be shown in the notification bar and the user may take actions to restart the app. Additionally the user gets a feeling of safety by seeing that the service is still running.
Please make this default to false, otherwise you need to manually hide this notification.
This is a duplicate of #535
Thanks, I assume it wasn't there the moment I opened the issue. I looked through all existing ones.
Yes, those came in in a very tight time window. No worries, always happy to answer :)
Most helpful comment
Please make this default to false, otherwise you need to manually hide this notification.