How to Grant Accessibility Permission Automatically
- Update New firmware, please contact Wizarpos team to get latest firmware.
- 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.