How to Grant Accessibility Permission Automatically

From wizarPOS
Revision as of 03:09, 9 November 2022 by Mahong (talk | contribs) (Created page with "# Update New firmware, please contact Wizarpos team to get latest firmware. # In APP manifest file, add <meta-data> for Accessibility service: <syntaxhighlight lang="java"> <m...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
  1. Update New firmware, please contact Wizarpos team to get latest firmware.
  2. In APP manifest file, add <meta-data> for Accessibility service:
<meta-data android:name="AutoAllowAccessibilityService"
           android:value="true" />

After that, the Accessibility service with permission android.permission.BIND_ACCESSIBILITY_SERVICE, will be granted the permission automatically.