Java android.accessibilityservice AccessibilityServiceInfo fields, constructors, methods, implement or subclass

Example usage for Java android.accessibilityservice AccessibilityServiceInfo fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for android.accessibilityservice AccessibilityServiceInfo.

The text is from its open source code.

Field

intFEEDBACK_SPOKEN
Denotes spoken feedback.
intFEEDBACK_HAPTIC
Denotes haptic feedback.
intFEEDBACK_AUDIBLE
Denotes audible (not spoken) feedback.
intFEEDBACK_VISUAL
Denotes visual feedback.
intFEEDBACK_GENERIC
Denotes generic feedback.
intFEEDBACK_BRAILLE
Denotes braille feedback.
intFEEDBACK_ALL_MASK
Mask for all feedback types.
intDEFAULT
If an AccessibilityService is the default for a given type.
intFLAG_INCLUDE_NOT_IMPORTANT_VIEWS
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.
intFLAG_REQUEST_TOUCH_EXPLORATION_MODE
This flag requests that the system gets into touch exploration mode.
intFLAG_REQUEST_ENHANCED_WEB_ACCESSIBILITY
intFLAG_REPORT_VIEW_IDS
This flag requests that the AccessibilityNodeInfo s obtained by an AccessibilityService contain the id of the source view.
intFLAG_REQUEST_FILTER_KEY_EVENTS
This flag requests from the system to filter key events.
intFLAG_RETRIEVE_INTERACTIVE_WINDOWS
This flag indicates to the system that the accessibility service wants to access content of all interactive windows.

Constructor

AccessibilityServiceInfo()
Creates a new instance.

Method

StringgetId()
The accessibility service id.
ResolveInfogetResolveInfo()
The service ResolveInfo .
StringgetSettingsActivityName()
The settings activity name.
StringloadDescription(PackageManager packageManager)
The localized description of the accessibility service.
CharSequenceloadSummary(PackageManager packageManager)
The localized summary of the accessibility service.