Contributors
Permissions

Permissions

When scenes require access to sensitive functionality, they must:

  1. Declare the relevant permissions in their manifest .

  2. Use the RestrictedActions module to have the runtime perform the action (if authorized).

See those pages for more detailed information.