Click or drag to resize

PropertyID.QuickSettingsTilesDndHidden Field

Administrative Settings: For devices managed by an organization, administrative policies might require to restrict the use of the Do Not Disturb mode.

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

Field Value

Type: Int32
Remarks
Administrative Settings: For devices managed by an organization, administrative policies might require to restrict the use of the Do Not Disturb mode.

If this parameter is enabled, the toggle button to enable or disable the Do Not Disturb mode is no longer visible in the quick settings menu. The quick settings menu is the area that appears when the user swipes down from the top of the screen. So the user is not able to enable or disable the hotspot feature from there.

When the Do Not Disturb tile was previously hidden and this property value changes to disabled, then the tile becomes accessible to the users again in the quick settings menu. But, the tile is not automatically added to the visible tile list. Therefore, in order to be visible, that tile shall be added to QUICK_SETTINGS_PANEL_TILES.

The user would still be able to access and control the hotspot feature from the main Settings. Therefore, this parameter can be use with DO_NOT_DISTURB_SETTING_DIMMED, to prevent the user to change the configuration of this feature.

The class of the property is BooleanProperty.

[Android Documentation]

See Also