cameraDisabled property

  1. @Deprecated('Not supported. Member documentation may have more information.')
bool? cameraDisabled
getter/setter pair

If camera_access is set to any value other than CAMERA_ACCESS_UNSPECIFIED, this has no effect.

Otherwise this field controls whether cameras are disabled: If true, all cameras are disabled, otherwise they are available. For fully managed devices this field applies for all apps on the device. For work profiles, this field applies only to apps in the work profile, and the camera access of apps outside the work profile is unaffected.

Implementation

@core.Deprecated(
  'Not supported. Member documentation may have more information.',
)
core.bool? cameraDisabled;