Click or drag to resize

PropertyID.AndroidSettingsSearchBarHidden Field

Administrative Settings: For devices managed by an organization, administrative policies might require to restrict the user to search 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 AndroidSettingsSearchBarHidden = "value"

Field Value

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

If this setting is enabled, the search bar is hidden from Android Settings and the user is prevented to search specific settings. This property might be used to restrict the user to change part of configuration.

The class of the property is BooleanProperty.

[Android Documentation]

See Also