cph-cachet / carp_studies_app

The CARP Study App
MIT License
6 stars 0 forks source link

Update Android permissions #306

Closed bardram closed 1 month ago

bardram commented 3 months ago

Need to update Android permissions in the manifest.xml file. Things include:

bardram commented 3 months ago

As for item no. 2 above, BLE permission is asked for because the connectivity package is part of the app. Therefore, a protocol could contain the BLUETOOT measure, in which case the app needs access to scan for nearby BLE devices. The issue is that the app asks for this permission, even if the measure is not part of the protocol.

This is a CAMS issue, see #407.