deviceSandboxDetails method

SafetyOptionDetails deviceSandboxDetails()

A SOD that sandboxes the user's device

Implementation

SafetyOptionDetails deviceSandboxDetails() {
  return SafetyOptionDetails(
      name: 'Sandbox your device.',
      description:
          'Disables ${resourceValues.name} from doing anything outside of its container. This disables opening links, exporting items, sending messages, sending data to a server, and more.',
      icon: Assets.link,
      functionalityChange:
          'You will not be able to complete any functionality that requires ${resourceValues.name} to use a 3rd party service. This will completely block it from having contact with the rest of your device.');
}