Click or drag to resize

PropertyID.AccessibilitySettingsDimmed Field

Administrative Settings: For devices managed by an organization, administrative policies might require to restrict the user to configure the accessibility settings.

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

Field Value

Type: Int32
Remarks
Administrative Settings: For devices managed by an organization, administrative policies might require to restrict the user to configure the accessibility settings.

Accessibility settings refer to a set of features and options designed to make the device easier to use for individuals with disabilities or impairments

If this parameter is enabled, the "Accessibility" in the Settings is "dimmed". It means that the option is grayed out and it cannot be interacted with through UI. This indicates to the user that the feature is currently not accessible and the user is not able to configure the accessibility settings.

When this property is enabled, the properties under "Accessibility" menu are still accessible through the Search Bar in Android Settings. Therefore, it is recommended to also hide the Search Bar in the Settings using property ANDROID_SETTINGS_SEARCH_BAR_HIDDEN. This ensures that access to the settings remains controlled and aligned with the desired configurations of the device.

This parameter only prevents the user to change the status of accessibility options through Settings UI.

The class of the property is BooleanProperty.

[Android Documentation]

See Also