AccessibilityServiceInfoCompat
Helper for accessing features in AccessibilityServiceInfo.
Properties
Link copied to clipboard
Capability: This accessibility service can filter the key event stream.
Link copied to clipboard
Capability: This accessibility service can request enhanced web accessibility enhancements.
Link copied to clipboard
Capability: This accessibility service can request touch exploration mode in which touched items are spoken aloud and the UI can be explored via gestures.
Link copied to clipboard
Capability: This accessibility service can retrieve the active window content.
Link copied to clipboard
Mask for all feedback types.
Link copied to clipboard
Denotes braille feedback.
Link copied to clipboard
If this flag is set the system will regard views that are not important for accessibility in addition to the ones that are important for accessibility.
Link copied to clipboard
This flag requests that the AccessibilityNodeInfos obtained by an AccessibilityService contain the id of the source view.
Link copied to clipboard
This flag requests from the system to enable web accessibility enhancing extensions.
Link copied to clipboard
This flag requests from the system to filter key events.
Link copied to clipboard
This flag requests that the system gets into touch exploration mode.
Functions
Link copied to clipboard
Returns the string representation of a capability.
Link copied to clipboard
Returns the string representation of a feedback type.
Link copied to clipboard
Returns the string representation of a flag.
Link copied to clipboard
Returns the bit mask of capabilities this accessibility service has such as being able to retrieve the active window content, etc.
Link copied to clipboard
open fun loadDescription(@NonNull info: AccessibilityServiceInfo, @NonNull packageManager: PackageManager): String
The localized description of the accessibility service.