Skip to content

Commit

Permalink
faq: Split bluetooth_off in two entries for Android/iOS
Browse files Browse the repository at this point in the history
  • Loading branch information
heinezen committed Apr 8, 2021
1 parent 49f58a0 commit d7b2532
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 10 deletions.
19 changes: 14 additions & 5 deletions src/data/faq.json
Original file line number Diff line number Diff line change
Expand Up @@ -551,13 +551,22 @@
]
},
{
"title": "What happens if I switch off Bluetooth and for Android, the Location Services?",
"anchor": "bluetooth_off",
"title": "[Apple/iOS]: What happens if I switch off Bluetooth?",
"anchor": "bluetooth_off_ios",
"active": true,
"textblock": [
"Then, encounters with other devices that have the Corona-Warn-App running are not logged, because the devices will not exchange random IDs. Therefore, make sure to have Bluetooth (and for Android, the Location Services) active whenever you meet someone, e.g. when you have guests or are going outside.",
"For devices running Android, the location services have to be active, but the Corona-Warn-App does not use the location information. You can deny other apps to use your location, if you want. See this FAQ entry, for more information:",
"<a href='#android_location' target='_blank' rel='noopener'>[Google/Android]: When activating exposure logging or Bluetooth I'm asked to activate my location. Do I have to do this?</a>"
"Then, encounters with other devices that have the Corona-Warn-App running are not logged, because the devices will not exchange random IDs, and the app is not able to perform risk checks. Therefore, make sure to have Bluetooth active at all times to receive warnings about a high risk of exposure to COVID-19 as soon as possible.",
]
},
{
"title": "[Google/Android]: What happens if I switch off Bluetooth and the Location Services?",
"anchor": "bluetooth_off_android",
"active": true,
"textblock": [
"Then, encounters with other devices that have the Corona-Warn-App running are not logged, because the devices will not exchange random IDs. For devices running Android 10 or below, the location services have to be active, but the Corona-Warn-App does not use the location information. You can deny other apps to use your location, if you want. See this FAQ entry, for more information:",
"<a href='#android_location' target='_blank' rel='noopener'>[Google/Android]: When activating exposure logging or Bluetooth I'm asked to activate my location. Do I have to do this?</a>",
"If your device is using Android 11 or above, Location Services can be switched off without affecting the functionality of the app.",
"Make sure to have Bluetooth (and for Android 10 and below, the Location Services) active whenever you meet someone, e.g. when you have guests or are going outside."
]
},
{
Expand Down
19 changes: 14 additions & 5 deletions src/data/faq_de.json
Original file line number Diff line number Diff line change
Expand Up @@ -552,13 +552,22 @@
]
},
{
"title": "Was passiert, wenn ich Bluetooth und bei Android die Standort-Dienste ausschalte?",
"anchor": "bluetooth_off",
"title": "[Apple/iOS]: Was passiert, wenn ich Bluetooth ausschalte?",
"anchor": "bluetooth_off_ios",
"active": true,
"textblock": [
"Dann können Begegnungen mit den anderen Geräten, die die Corona-Warn-App laufen haben, nicht aufgezeichnet werden, weil keine Zufalls-IDs ausgetauscht werden. Haben Sie deswegen bitte immer Bluetooth (und bei Android auch die Standort-Dienste) aktiviert, wenn Sie in Kontakt mit anderen Leuten sind, zum Beispiel, wenn Sie Gäste haben oder nach draußen gehen.",
"Bei Android müssen die Standort-Dienste nur aktiviert sein, die Corona-Warn-App verwendet den Standort nicht. Für alle anderen Apps können Sie die Standortverwendung ausschalten, wenn Sie das möchten. Mehr Informationen dazu finden Sie in diesem FAQ Eintrag:",
"<a href='#android_location' target='_blank' rel='noopener'>[Google/Android]: Beim Einschalten der Risiko-Ermittlung bzw. von Bluetooth bekomme ich Meldungen zur Aktivierung der Standortverwendung. Muss ich das aktivieren?</a>"
"Dann können Begegnungen mit den anderen Geräten, welche die Corona-Warn-App laufen haben, nicht aufgezeichnet werden, weil keine Zufalls-IDs ausgetauscht werden. Ebenso kann die App keine Überprüfung auf Risiko-Begegnungen durchgeführen. Haben Sie deswegen bitte zu jeder Zeit Bluetooth aktiviert, damit Sie bei einem hohen Risikostatus so schnell wie möglich gewarnt werden.",
]
},
{
"title": "[Google/Android]: Was passiert, wenn ich Bluetooth und die Standort-Dienste ausschalte?",
"anchor": "bluetooth_off_android",
"active": true,
"textblock": [
"Dann können Begegnungen mit den anderen Geräten, die die Corona-Warn-App laufen haben, nicht aufgezeichnet werden, weil keine Zufalls-IDs ausgetauscht werden. Bis einschließlich Android-Version 10 müssen die Standort-Dienste zwar aktiviert sein, die Corona-Warn-App verwendet die Standortinformationen jedoch nicht. Für alle anderen Apps können Sie die Standortverwendung ausschalten, wenn Sie das möchten. Mehr Informationen dazu finden Sie in diesem FAQ Eintrag:",
"<a href='#android_location' target='_blank' rel='noopener'>[Google/Android]: Beim Einschalten der Risiko-Ermittlung bzw. von Bluetooth bekomme ich Meldungen zur Aktivierung der Standortverwendung. Muss ich das aktivieren?</a>",
"Ab Android-Version 11 können die Standort-Dienste ausgeschaltet werden, ohne dass die Funktionalität der App beeinträchtigt wird.",
"Aktivieren Sie deswegen bitte immer Bluetooth (und bei Android bis zur Version 10 auch die Standort-Dienste), wenn Sie in Kontakt mit anderen Leuten sind, zum Beispiel, wenn Sie Gäste haben oder nach draußen gehen."
]
},
{
Expand Down

0 comments on commit d7b2532

Please sign in to comment.