Click or drag to resize

PropertyID.QuickshareEnabled Field

Administrative Settings: For devices managed by an organization, administrative policies might require to restrict the user to connect to other devices via Android Quick Share.

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

Field Value

Type: Int32
Remarks
Administrative Settings: For devices managed by an organization, administrative policies might require to restrict the user to connect to other devices via Android Quick Share.

Android Quick Share is the feature that allows the user to quickly and easily share files, photos, videos, and other content with nearby devices. Android Quick Share uses wireless technologies like Bluetooth and Wi-Fi Direct to establish a direct connection between devices, enabling fast and seamless file transfers.

So, if this parameter is enabled, Android Quick Share is disabled and the device will no longer be able to initiate or receive these quick file transfers, which can enhance privacy and security by preventing unwanted sharing of user content.

The class of the property is BooleanProperty.

[Android Documentation]

See Also