I disabled Bluetooth on my device 6 days ago. The app still shows "14 von 14 Tagen aktiv". I think this is not correct? If I understand right, in the phrase "X von 14 Tagen aktiv", the "X" means on how many of the last 14 days exposures could be collected, means device switched on, Bluetooth on, no airplane mode etc. So in my case it should say "8 von 14 Tagen aktiv"?
According to the FAQ, the "active days" count should decrease when I disable Bluetooth.
The number of days shown in the CWA is only calculated from what the app itself knows about its own state, represented by the On/Off switch therein (source: https://github.com/corona-warn-app/cwa-app-android/issues/796#issuecomment-652892467). When you toogle this, the app notices, stores, integrates over 14 days, and emits the value from this.
Any setting performed outside of the CWA which also disables the technical process of beacon sending and receiving, as there are:
are not recognized by the app and hence not considered in the integration process. This is I heard technically not possible, all those settings cannot send an event to the app, and the Google framework itself does not offer a counter/timer which the app could read out.
Together with the various peculiarities in the calculation of this number (13 of 14 for days, 15 of 14, there was a ticket with "-6 of 14") this led me to the suggestion to drop this visualization completely in https://github.com/corona-warn-app/cwa-wishlist/issues/102.
Hi @icrf2000
the explanation by @jkrwdf is correct.
Therefore we cannot improve the display and the counting of the active days and I have to close this issue now.
Thanks,
Philipp