permissions property

List<Permission> permissions

The list of permissions that this package need in order to run.

Note that this is the list of permissions used for the probes in this sampling package. It should not include permission to access the 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> get permissions;