0

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...

Community
  • 1
  • 1
Fernando Bernal
  • 99
  • 2
  • 11
  • how u resolve your issue i m also not getting in Settings > Accessibility > "MyService – Erum Dec 29 '14 at 05:47

1 Answers1

1

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.

CommonsWare
  • 986,068
  • 189
  • 2,389
  • 2,491
  • Thanks for you aportation, my app is deployed on the device, in the tutorial I see the configuration for manifest and I've tried but not function, my configurations in manifest is similar and still not run, my class which implement this service is not call and I do not know why... – Fernando Bernal Sep 30 '14 at 22:43