Click or drag to resize

PropertyID.AndroidAutoEnabled Field

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

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 AndroidAutoEnabled = "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 Android Auto.

Android Auto is the feature that allows the device to connect and interface with your car's infotainment system. Android Auto provides a simplified, driver-friendly interface for accessing navigation, music, phone calls, messages, and other apps while driving.

So, if this parameter is enabled, Android Auto is disabled and the device will no longer be able for these synchronization and sharing features, which can enhance privacy and security by preventing unwanted sharing of user content.

The class of the property is BooleanProperty.

[Android Documentation]

See Also