AccessibilityServiceFlags Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Name | Value | Description |
---|---|---|
Default | 1 | If an AccessibilityServiceis the default for a given type. Default service is invoked only if no package specific one exists. |
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. |
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. |
RequestEnhancedWebAccessibility | 8 | This flag requests from the system to enable web accessibility enhancing extensions. |
ReportViewIds | 16 | |
RequestFilterKeyEvents | 32 | This flag requests from the system to filter key events. |
RetrieveInteractiveWindows | 64 | |
EnableAccessibilityVolume | 128 | |
RequestAccessibilityButton | 256 | |
RequestFingerprintGestures | 512 | |
RequestShortcutWarningDialogSpokenFeedback | 1024 | |
ServiceHandlesDoubleTap | 2048 | |
RequestMultiFingerGestures | 4096 | |
RequestTwoFingerPassthrough | 8192 | |
SendMotionEvents | 16384 | |
FlagInputMethodEditor | 32768 |
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.