How to Grant Accessibility Permission Automatically: Difference between revisions

From wizarPOS
No edit summary
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
== Update Firmware ==
{{Migrating|https://smartpossdk.gitbook.io/cloudpossdk/faq/settings-menu/grant-accessibility-permission-automatically}}
* Obtain the latest firmware for your device by contacting the Wizarpos team.
== Modify App Manifest File ==
* In your app's manifest file (''''AndroidManifest.xml''''), add the following ''''<meta-data>'''' element to enable automatic granting of Accessibility permissions:
<syntaxhighlight lang="java">
<meta-data android:name="AutoAllowAccessibilityService"
          android:value="true" />
</syntaxhighlight>
== Accessibility Service Permission ==
* With this update, any Accessibility service that requires the permission ''''android.permission.BIND_ACCESSIBILITY_SERVICE'''' will be granted this permission automatically.

Latest revision as of 08:57, 7 April 2024

Please visit new link of same subject:

https://smartpossdk.gitbook.io/cloudpossdk/faq/settings-menu/grant-accessibility-permission-automatically

We're making a move! Our site's content is migrating to a new URL, to provide you with an enhanced browsing experience. Please update your bookmarks accordingly. Thank you for your continuous support!