Click or drag to resize

PropertyID.SplitScreenAppHidden Field

Administrative Settings: For devices managed by an organization, administrative policies might require to restrict the user to use multiple Apps in split screen mode.

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

Field Value

Type: Int32
Remarks
Administrative Settings: For devices managed by an organization, administrative policies might require to restrict the user to use multiple Apps in split screen mode.

Hiding the Split Screen button means preventing the user to run two apps simultaneously in a split-screen view. When this parameter is disabled, users can open the Recent Apps menu, select an app, and choose the option to view it in split-screen mode alongside another app. When this parameter is enabled, users can't using the split-screen mode, meaning they can only use one app at a time and cannot view or interact with multiple apps simultaneously on the screen.

This parameter only prevents activation of the split-screen feature through Settings UI.

The class of the property is BooleanProperty.

[Android Documentation]

See Also