Click or drag to resize

PropertyID.QuickSettingsPanelGearHidden Field

Administrative Settings: For devices managed by an organization, administrative policies might require to restrict the user to change settings options.

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

Field Value

Type: Int32
Remarks
Administrative Settings: For devices managed by an organization, administrative policies might require to restrict the user to change settings options.

If this setting is enabled, the gear icon of quick settings panel is hidden and the user is prevented to launch Android Settings from that button. This property might be used to restrict the user to access to settings configuration.

The class of the property is BooleanProperty.

[Android Documentation]

See Also