Top "Accessibilityservice" questions

An Android service which runs in the background and receives callbacks by the system when accessibility events are fired.

Detect if my accessibility service is enabled

I was wondering how could I detect if my own service is enabled. So I could check if my service …

android service accessibility accessibilityservice
How to get notified when a notification is notified

I want to read/access/log the notifications fired on notification bar by other applications. I searched Intents and PendingIntents …

android android-intent notifications android-pendingintent accessibilityservice
Android: Is it possible to get other apps notification info?

I have question about Accessibility Service in Android. Can I catch a notification in status bar and get info from …

android android-notifications accessibilityservice
Read Notification Bar title, message using Accessibility Service Programmatically

Using Accessibility Service I am being able to read notification bar title & message, the issue I am facing is …

java android notifications accessibilityservice
How to use AccessibilityService?

I am studying AccessibilityService. I studied what is Accesibility Service and why we use it, what are advantages of Accessibility …

android accessibilityservice
How can I reliably simulate touch events on Android without root (like Automate and Tasker)?

How can I reliably simulate touch events on Android (without rooting) from Java outside my app which runs as a …

java android android-8.0-oreo accessibilityservice
AccessibilityService is started but does not receive AccessibilityEvents on JellyBean

I have a AccessibilityService that shall read out any incoming notification. It does work fine with ICS and below, but …

android android-4.2-jelly-bean accessibilityservice
Perform swipe on screen using AccessibilityService

I want to perform swipe on screen using accessibility service. i tried this but this only perform a single touch. …

android accessibilityservice
How to use Accessibility Services for "Taking Action for Users"?

Background Back a few years ago, I asked how TeamViewer allows the user to control the device without normal interaction …

android accessibilityservice