In the screen "How to Enable Exposure Logging", which is displayed as part of the onboarding process, the following text is always displayed, whether or not location is enabled, also independently of whether location enabled is needed or not.
Allow location access
Your location cannot be accessed. Google and/or Android requires access to your device's location to use
Bluetooth.

In Android 10 (API 29) and below, the text "Your location cannot be accessed." should only be displayed if location is disabled.
In Android 11 (API 30) and above, the whole reference to location access should not be displayed. The Google Exposure Notifications System does not require access to the device's location in order to use Bluetooth Low Energy. See https://support.google.com/android/answer/9930236.
For Android 10 and below:
For Android 11:
As above, except for step 1. where location should be disabled.
Android version: 8
Android version: 11
For both the above Android versions
The display of the warning text needs to take account of the Android version and, in the case of Android 10 and below, also the state of location. Note also https://developers.google.com/android/exposure-notifications/implementation-guide#locationless_scanning_in_android_11 which refers to deviceSupportsLocationlessScanning().
FAQ https://www.coronawarn.app/en/faq/#android_location is currently inaccurate concerning Android 11 in the main article, although the links to the Google pages correctly describe the differences between Android 10 and below compared with Android 11. (See https://github.com/corona-warn-app/cwa-website/issues/539.)
Fixed by https://github.com/corona-warn-app/cwa-website/pull/550.
Internal Tracking ID: EXPOSUREAPP-3618
related to
Internal Tracking ID: EXPOSUREAPP-2025
Hello @MikeMcC399 ,
Thank you for the report. We have mirrored the issue to Jira (ticket ID: EXPOSUREAPP-3618) and it should soon be addressed by the devs.
Regards,
CH
Corona-Warn-App Open Source Team
Dear @MikeMcC399,
Update on your reported issue: There is actually another internal ticket on this issue: EXPOSUREAPP-2025 and related PR https://github.com/corona-warn-app/cwa-app-android/pull/1057. We will publish any further developments here.
Best wishes,
DS
Corona-Warn-App Open Source Team
@dsarkar
PR #1057 seems to only cover the check about whether location services are needed. I can't see anything in that PR which deals with displaying the instructions "Allow location access" or not. Also PR #1057 was marked as merged on Aug 27 already. I see though that it implements the check using deviceSupportsLocationlessScanning() so perhaps that is why you mentioned it.
I assume that the issue with displaying the instructions will be tracked via EXPOSUREAPP-3618 as @heinezen said.
@MikeMcC399, sure your issue is tracked via EXPOSUREAPP-3618.