Click or drag to resize

PropertyID.StatusBarOnLockScreenEnabled Field

Administrative Settings: For devices managed by an organization, administrative policies might require to restrict the user to access to notification shade.

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

Field Value

Type: Int32
Remarks
Administrative Settings: For devices managed by an organization, administrative policies might require to restrict the user to access to notification shade.

This property has the same effect of STATUS_BAR_ENABLED, but its restriction is limited only on the lock screen. So, when the device is in home screen, the user is able to pull down the notification shade.

it can prevent unauthorized access to certain device functions and settings when the device is locked. This setting might be used in corporate environments, on shared or public devices, to prevent unauthorized access to notifications or to certain device functions and settings when the device is locked.

The class of the property is BooleanProperty.

[Android Documentation]

See Also