| android.view.accessibility.AccessibilityManager.AccessibilityStateChangeListener |
Listener for the system accessibility state. To listen for changes to the
accessibility state on the device, implement this interface and register
it with the system by calling addAccessibilityStateChangeListener(AccessibilityManager.AccessibilityStateChangeListener).
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Called when the accessibility enabled state changes.
| |||||||||||
Called when the accessibility enabled state changes.
| enabled | Whether accessibility is enabled. |
|---|