public class NotificationHandlerService
extends AccessibilityService
| Constructor and Description |
|---|
NotificationHandlerService() |
| Modifier and Type | Method and Description |
|---|---|
void |
onAccessibilityEvent(AccessibilityEvent event)
Called when an accessibility event occurs - here, we check the particular component packages that fired the event, filtering out the ones we support
|
void |
onDestroy() |
void |
onInterrupt() |
public void onAccessibilityEvent(AccessibilityEvent event)
event - Reference to the fired {android.view.accessibility.AccessibilityEvent}AccessibilityServicepublic void onInterrupt()
public void onDestroy()