Permissions
When scenes require access to sensitive functionality, they must:
-
Declare the relevant permissions in their manifest .
-
Use the RestrictedActions module to have the runtime perform the action (if authorized).
See those pages for more detailed information.