AccessibilityServiceFlags Enum

Definition

Enumerates values returned by several types and taken as a parameter of the F:Android.AccessibilityServices.AccessibilityServiceInfo.FlagToString member.

This enumeration supports a bitwise combination of its member values.

[System.Flags]
public enum AccessibilityServiceFlags
[<System.Flags>]
type AccessibilityServiceFlags = 
Inheritance
AccessibilityServiceFlags
Attributes

Fields

Default 1

If an AccessibilityServiceis the default for a given type. Default service is invoked only if no package specific one exists.

EnableAccessibilityVolume 128
FlagInputMethodEditor 32768
IncludeNotImportantViews 2

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.

ReportViewIds 16
RequestAccessibilityButton 256
RequestEnhancedWebAccessibility 8

This flag requests from the system to enable web accessibility enhancing extensions.

RequestFilterKeyEvents 32

This flag requests from the system to filter key events.

RequestFingerprintGestures 512
RequestMultiFingerGestures 4096
RequestShortcutWarningDialogSpokenFeedback 1024
RequestTouchExplorationMode 4

This flag requests that the system gets into touch exploration mode. In this mode a single finger moving on the screen behaves as a mouse pointer hovering over the user interface.

RequestTwoFingerPassthrough 8192
RetrieveInteractiveWindows 64
SendMotionEvents 16384
ServiceHandlesDoubleTap 2048

Remarks

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to