Cordova plugin for detecting Android Accessibility settings, active accessibility services, and enabled accessibility services.
Features
Repository: https://github.com/tamour/cordova-plugin-accessibility-check
It uses 2 ways to check:
AccessibilityManager am = (AccessibilityManager) context.getSystemService( Context.ACCESSIBILITY_SERVICE );
am.isEnabled;
and
Settings.Secure.getInt(context.getContentResolver(), Settings.Secure.ACCESSIBILITY_ENABLED, 0);