Click or drag to resize

PropertyID.RecentAppsEnabled Field

Administrative Settings: For devices managed by an organization, administrative policies might require to restrict the user to access to recent apps view.

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

Field Value

Type: Int32
Remarks
Administrative Settings: For devices managed by an organization, administrative policies might require to restrict the user to access to recent apps view.

Hiding the Recent Apps means restricting the users to view and switch between recently used applications. The Recent Apps are usually displayed when pressing a button on the navigation bar at the bottom of the screen. Pressing the button opens a list of recently opened apps.

Disabling this functionality means the user will always see an empty list of apps, which means they won't be able to quickly switch between or close recent apps using this button.

The class of the property is BooleanProperty.

[Android Documentation]

See Also