Grant Accessibility Permission Automatically
Last updated
Last updated
Obtain the latest firmware for your device by contacting the Wizarpos team.
In your app's manifest file ('AndroidManifest.xml'), add the following '<meta-data>' element to enable automatic granting of Accessibility permissions:
With this update, any Accessibility service that requires the permission 'android.permission.BIND_ACCESSIBILITY_SERVICE' will be granted this permission automatically.
<meta-data android:name="AutoAllowAccessibilityService"
android:value="true" />