Click or drag to resize

PropertyID.ScreensaverEnabled Field

This property refers to enable or disable screensaver.

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 ScreensaverEnabled = "value"

Field Value

Type: Int32
Remarks
This property refers to enable or disable screensaver.

Enabling the screensaver helps prevent screen burn-in by ensuring that static images are not displayed for prolonged periods. This distributes pixel usage more evenly, reducing the risk of permanent image retention on the display.

When enabled, users can customize the screensaver according to their preferences.

Beside the enabling, the screensaver can be configured with the following properties:

The user would still be able to access and control this configuration from the main Settings, or dedicated tile in quick settings panel. Therefore, this parameter can be use with SCREENSAVER_SETTING_DIMMED to prevent the user to change the configuration of this feature.

The class of the property is BooleanProperty.

[Android Documentation]

See Also