You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(I'm not 100% sure on this. Correct me if I'm wrong)
AFAIK the SwissCovid app uses the ExposureNotification framework provided by Google. As this call goes through the Google Play libraries and not the OS, permissions required are specified by the library.
On the thread you mentioned, they cite the specifications, which clearly state that you do not have to have the ACCESS_FINE_LOCATION permission. (If I understood correctly, you may even not have it.)
I think this repo does not use the Google backend and makes the call through the OS. Thus it needs the ACCESS_FINE_LOCATION permission to scan for BLE beacons.
dp3t-app-android/app/src/main/AndroidManifest.xml
Line 18:
Are you sure you want to have this? It seems to defeat the purpose of the app itself.
BTW, good project
The text was updated successfully, but these errors were encountered: