Click or drag to resize

PropertyID.QuickSettingsPanelEditHidden Field

Administrative Settings: For devices managed by an organization, administrative policies might require to restrict the user to configure the Quick Settings tiles.

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

Field Value

Type: Int32
Remarks
Administrative Settings: For devices managed by an organization, administrative policies might require to restrict the user to configure the Quick Settings tiles.

If this setting is enabled, the edit icon of quick settings panel is hidden and the user is prevented to add, remove or change the order of tiles. This property might be used to restrict the user to access to quick settings configuration.

The class of the property is BooleanProperty.

[Android Documentation]

See Also