I would like to programmatically enable/disable Accessibility Services listed under Settings->Accessibility option.
I could start Accessibility Intent like below:
In Android 7 (API 24), an AccessibilityService can programmatically disable itself by calling the disableSelf() method.