Example usage for Java android.view.accessibility AccessibilityManager fields, constructors, methods, implement or subclass
The text is from its open source code.
List | getAccessibilityServiceList() Returns the ServiceInfo s of the installed accessibility services. |
List | getEnabledAccessibilityServiceList(int feedbackTypeFlags) Returns the AccessibilityServiceInfo s of the enabled accessibility services for a given feedback type. |
List | getInstalledAccessibilityServiceList() Returns the AccessibilityServiceInfo s of the installed accessibility services. |
AccessibilityManager | getInstance(Context context) Get an AccessibilityManager instance (create one if necessary). |
boolean | isEnabled() Returns if the accessibility in the system is enabled. |
boolean | isTouchExplorationEnabled() Returns if the touch exploration in the system is enabled. |
void | sendAccessibilityEvent(AccessibilityEvent event) Sends an AccessibilityEvent . |