accessibility-checker
Mobile icon

Accessibility Checker

Stable version 1.0.0 (Compatible with OutSystems 11)
Uploaded
 on 13 May (9 hours ago)
 by 
0.0
 (0 ratings)
accessibility-checker

Accessibility Checker

Details
Mobile Plugin for detecting Android Accessibility settings, active accessibility services, and enabled accessibility services.
Read more

Cordova plugin for detecting Android Accessibility settings, active accessibility services, and enabled accessibility services.


Features

  1. Check whether Android Accessibility is globally enabled
  2. Check whether accessibility services are currently active
  3. Retrieve all enabled accessibility services
  4. Lightweight and easy to integrate
  5. Supports only Android platform


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);

Release notes (1.0.0)
License (1.0.0)
Reviews (0)
Team
Other assets in this category