I've written an Android app that requires the use of the AccessibilityService
.
I know how to check to see if Accessibility is enabled or disabled on the phone, but I cannot work out a way to determine if my app has been specifically enabled within the accessibility menu.
I'm wanting to prompt the user if the AccessibilityService
is not running, but can't find a good way of doing this.
Is there any API methods that I might be missing that would let me know which accessibility services are enabled on the device?
I worked this one out myself in the end: