Click or drag to resize

PropertyID.AppInfoHidden Field

Administrative Settings: For devices managed by an organization, administrative policies might require to restrict the user to access Setting application from App Info shortcut.

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

Field Value

Type: Int32
Remarks
Administrative Settings: For devices managed by an organization, administrative policies might require to restrict the user to access Setting application from App Info shortcut.

Hiding the App Info button means preventing the user access to Setting application from App Info shortcut when: - Long pressing application icon in Launcher screen - Click application icon in Recent Task Manager - Applition crash When this parameter is disabled, users can open the Recent Apps menu, select an app, and choose the option to view App Info. When this parameter is enabled, users can't see App Info shortcut in anywhere

This parameter only prevents activation of the App Info feature through Settings UI.

The class of the property is BooleanProperty.

[Android Documentation]

See Also