PropertyID.AccessibilitySettingsDimmed Field |
public const Int32 AccessibilitySettingsDimmed = "value"
Public Const AccessibilitySettingsDimmed As Int32 = "value"
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
.
© 2016 Datalogic S.p.A. and/or its affiliates. All rights reserved. Datalogic and the Datalogic logo are registered trademarks of Datalogic S.p.A. in many countries including the U.S.A. and the E.U. All other trademarks are the property of their respective owners.