permissions property

List<Permission> permissions
getter/setter pair

The list of permissions that are required for this data type.

Note that this is the list of permissions needed for the probe collecting this data type. It should not include permission to access a device itself, such as Bluetooth permissions. Such permissions should be handled on the app level.

See PermissionGroup for a list of possible permissions.

For Android permission in the Manifest.xml file, see Manifest.permission

Implementation

List<Permission> permissions;