Fernando Bernal
Fernando Bernal

Reputation: 99

How to activate AccessibilityService on my android?

I created an Accessibility Service for obtain notifications, but this service is not run, I read some any questions in this forum and read a possible solution, in this question one user posts a possible solution what is activate service on android following this route Settings > Accessibility > "MyService" but in my android not shows my service and I not have any idea for cause this, my service and configurations is in this publication.

Any help, really would be very helpful. Thanks...

Upvotes: 0

Views: 1557

Answers (1)

CommonsWare
CommonsWare

Reputation: 1006524

in my android not shows my service and I not have any idea for cause this

Either your app is not installed on the device, the app's manifest is not set up properly to advertise an accessibility service, or the device has a bug.

Upvotes: 1

Related Questions