Click or drag to resize

PropertyID.HotspotEnabled Field

Administrative Settings: For devices managed by an organization, administrative policies might require to disable the automatic synchronization of data.

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

Field Value

Type: Int32
Remarks
Administrative Settings: For devices managed by an organization, administrative policies might require to disable the automatic synchronization of data.

Hotspot enabled refers to enable or disable wifi tethering.

When hotspot is enabled, the devices allows other devices to connect to its internet connection.

The user would still be able to access and control this configuration from the main Settings, or dedicated tile in quick settings panel. Therefore, this parameter can be use with HOTSPOT_SETTING_DIMMED and QUICK_SETTINGS_TILES_HOTSPOT_HIDDEN, to prevent the user to change the configuration of this feature.

The class of the property is BooleanProperty.

[Android Documentation]

See Also