Click or drag to resize

PropertyID.LongPressHomeButtonEnabled Field

Administrative Settings: For devices managed by an organization, administrative policies might require to prevent the user to interact with Google Assistant.

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

Field Value

Type: Int32
Remarks
Administrative Settings: For devices managed by an organization, administrative policies might require to prevent the user to interact with Google Assistant.

If this parameter is disabled, the long press action on the home button doesn't take any effect. That means pressing and holding the home button will no longer activate the Google Assistant.

Administrators might want to disable this feature to avoid accidental triggers, save battery life, or because they prefer to prevent the users to access to the associated service (like Google Assistant).

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

The class of the property is BooleanProperty.

[Android Documentation]

See Also