Click or drag to resize

PropertyID.QuicklyOpenCameraEnabled Field

Administrative Settings: For devices managed by an organization, administrative policies might require to disable the open camera shortcut.

Namespace: Com.Datalogic.Device.Configuration
Assembly: datalogic-xamarin-sdk (in datalogic-xamarin-sdk.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
VB
public const Int32 QuicklyOpenCameraEnabled = "value"

Field Value

Type: Int32
Remarks
Administrative Settings: For devices managed by an organization, administrative policies might require to disable the open camera shortcut.

Quickly open camera enabled refers to enable or disable that feature allowing the users to access the camera app swiftly. This feature can be activated by double-pressing the power button. It can be undesired, so IT admins could prefer to disable it.

The class of the property is BooleanProperty.

[Android Documentation]

See Also